@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReleaseIpamPoolAllocationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ReleaseIpamPoolAllocationResult() |
Modifier and Type | Method and Description |
---|---|
ReleaseIpamPoolAllocationResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getSuccess()
Indicates if the release was successful.
|
int |
hashCode() |
Boolean |
isSuccess()
Indicates if the release was successful.
|
void |
setSuccess(Boolean success)
Indicates if the release was successful.
|
String |
toString()
Returns a string representation of this object.
|
ReleaseIpamPoolAllocationResult |
withSuccess(Boolean success)
Indicates if the release was successful.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSuccess(Boolean success)
Indicates if the release was successful.
success
- Indicates if the release was successful.public Boolean getSuccess()
Indicates if the release was successful.
public ReleaseIpamPoolAllocationResult withSuccess(Boolean success)
Indicates if the release was successful.
success
- Indicates if the release was successful.public Boolean isSuccess()
Indicates if the release was successful.
public String toString()
toString
in class Object
Object.toString()
public ReleaseIpamPoolAllocationResult clone()