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()booleanThe ID of the prefix.inthashCode()voidsetPrefixListId(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
-
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
-
equals
-
hashCode
-
clone
-