@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateIPSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateIPSetResult () |
| Modifier and Type | Method and Description |
|---|---|
CreateIPSetResult |
clone () |
boolean |
equals (Object obj) |
String |
getIpSetId ()
The ID of the IPSet resource.
|
int |
hashCode () |
void |
setIpSetId (String ipSetId)
The ID of the IPSet resource.
|
String |
toString ()
Returns a string representation of this object.
|
CreateIPSetResult |
withIpSetId (String ipSetId)
The ID of the IPSet resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreateIPSetResult()
public void setIpSetId(String ipSetId)
The ID of the IPSet resource.
ipSetId - The ID of the IPSet resource.public String getIpSetId()
The ID of the IPSet resource.
public CreateIPSetResult withIpSetId(String ipSetId)
The ID of the IPSet resource.
ipSetId - The ID of the IPSet resource.public String toString()
toString in class Object Object.toString() public CreateIPSetResult clone()