@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputWhitelistRule extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
InputWhitelistRule() |
Modifier and Type | Method and Description |
---|---|
InputWhitelistRule |
clone() |
boolean |
equals(Object obj) |
String |
getCidr()
The IPv4 CIDR that's whitelisted.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCidr(String cidr)
The IPv4 CIDR that's whitelisted.
|
String |
toString()
Returns a string representation of this object.
|
InputWhitelistRule |
withCidr(String cidr)
The IPv4 CIDR that's whitelisted.
|
public void setCidr(String cidr)
cidr
- The IPv4 CIDR that's whitelisted.public String getCidr()
public InputWhitelistRule withCidr(String cidr)
cidr
- The IPv4 CIDR that's whitelisted.public String toString()
toString
in class Object
Object.toString()
public InputWhitelistRule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.