@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemovePrefixListEntry extends Object implements Serializable, Cloneable
An entry for a prefix list.
Constructor and Description |
---|
RemovePrefixListEntry() |
Modifier and Type | Method and Description |
---|---|
RemovePrefixListEntry |
clone() |
boolean |
equals(Object obj) |
String |
getCidr()
The CIDR block.
|
int |
hashCode() |
void |
setCidr(String cidr)
The CIDR block.
|
String |
toString()
Returns a string representation of this object.
|
RemovePrefixListEntry |
withCidr(String cidr)
The CIDR block.
|
public void setCidr(String cidr)
The CIDR block.
cidr
- The CIDR block.public String getCidr()
The CIDR block.
public RemovePrefixListEntry withCidr(String cidr)
The CIDR block.
cidr
- The CIDR block.public String toString()
toString
in class Object
Object.toString()
public RemovePrefixListEntry clone()