@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChangeCidrCollectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ChangeCidrCollectionResult() |
| Modifier and Type | Method and Description |
|---|---|
ChangeCidrCollectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID that is returned by
ChangeCidrCollection. |
int |
hashCode() |
void |
setId(String id)
The ID that is returned by
ChangeCidrCollection. |
String |
toString()
Returns a string representation of this object.
|
ChangeCidrCollectionResult |
withId(String id)
The ID that is returned by
ChangeCidrCollection. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setId(String id)
The ID that is returned by ChangeCidrCollection. You can use it as input to GetChange
to see if a CIDR collection change has propagated or not.
id - The ID that is returned by ChangeCidrCollection. You can use it as input to
GetChange to see if a CIDR collection change has propagated or not.public String getId()
The ID that is returned by ChangeCidrCollection. You can use it as input to GetChange
to see if a CIDR collection change has propagated or not.
ChangeCidrCollection. You can use it as input to
GetChange to see if a CIDR collection change has propagated or not.public ChangeCidrCollectionResult withId(String id)
The ID that is returned by ChangeCidrCollection. You can use it as input to GetChange
to see if a CIDR collection change has propagated or not.
id - The ID that is returned by ChangeCidrCollection. You can use it as input to
GetChange to see if a CIDR collection change has propagated or not.public String toString()
toString in class ObjectObject.toString()public ChangeCidrCollectionResult clone()