Package com.amazonaws.services.ec2.model
Class PrefixListId
java.lang.Object
com.amazonaws.services.ec2.model.PrefixListId
- All Implemented Interfaces:
Serializable
,Cloneable
The ID of the prefix.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of the prefix.int
hashCode()
void
setPrefixListId
(String prefixListId) The ID of the prefix.toString()
Returns a string representation of this object; useful for testing and debugging.withPrefixListId
(String prefixListId) The ID of the prefix.
-
Constructor Details
-
PrefixListId
public PrefixListId()
-
-
Method Details
-
setPrefixListId
The ID of the prefix.
- Parameters:
prefixListId
- The ID of the prefix.
-
getPrefixListId
The ID of the prefix.
- Returns:
- The ID of the prefix.
-
withPrefixListId
The ID of the prefix.
- Parameters:
prefixListId
- The ID of the prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-