public class PrefixListId
extends java.lang.Object
implements java.io.Serializable
The ID of the prefix.
Constructor and Description |
---|
PrefixListId() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPrefixListId()
The ID of the prefix.
|
int |
hashCode() |
void |
setPrefixListId(java.lang.String prefixListId)
The ID of the prefix.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PrefixListId |
withPrefixListId(java.lang.String prefixListId)
The ID of the prefix.
|
public java.lang.String getPrefixListId()
public void setPrefixListId(java.lang.String prefixListId)
prefixListId
- The ID of the prefix.public PrefixListId withPrefixListId(java.lang.String prefixListId)
Returns a reference to this object so that method calls can be chained together.
prefixListId
- The ID of the prefix.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.