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 void setPrefixListId(String prefixListId)
The ID of the prefix.
prefixListId
- The ID of the prefix.public String getPrefixListId()
The ID of the prefix.
public PrefixListId withPrefixListId(String prefixListId)
The ID of the prefix.
prefixListId
- The ID of the prefix.public String toString()
toString
in class Object
Object.toString()
public PrefixListId clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.