@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableImageDeregistrationProtectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DisableImageDeregistrationProtectionResult() |
| Modifier and Type | Method and Description |
|---|---|
DisableImageDeregistrationProtectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getReturn()
Returns
true if the request succeeds; otherwise, it returns an error. |
int |
hashCode() |
void |
setReturn(String returnValue)
Returns
true if the request succeeds; otherwise, it returns an error. |
String |
toString()
Returns a string representation of this object.
|
DisableImageDeregistrationProtectionResult |
withReturn(String returnValue)
Returns
true if the request succeeds; otherwise, it returns an error. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DisableImageDeregistrationProtectionResult()
public void setReturn(String returnValue)
Returns true if the request succeeds; otherwise, it returns an error.
returnValue - Returns true if the request succeeds; otherwise, it returns an error.public String getReturn()
Returns true if the request succeeds; otherwise, it returns an error.
true if the request succeeds; otherwise, it returns an error.public DisableImageDeregistrationProtectionResult withReturn(String returnValue)
Returns true if the request succeeds; otherwise, it returns an error.
returnValue - Returns true if the request succeeds; otherwise, it returns an error.public String toString()
toString in class ObjectObject.toString()public DisableImageDeregistrationProtectionResult clone()