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