@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelServiceSoftwareUpdateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Container for the response to a CancelServiceSoftwareUpdate
operation. Contains the status of the
update.
Constructor and Description |
---|
CancelServiceSoftwareUpdateResult() |
Modifier and Type | Method and Description |
---|---|
CancelServiceSoftwareUpdateResult |
clone() |
boolean |
equals(Object obj) |
ServiceSoftwareOptions |
getServiceSoftwareOptions()
Container for the state of your domain relative to the latest service software.
|
int |
hashCode() |
void |
setServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
Container for the state of your domain relative to the latest service software.
|
String |
toString()
Returns a string representation of this object.
|
CancelServiceSoftwareUpdateResult |
withServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
Container for the state of your domain relative to the latest service software.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
Container for the state of your domain relative to the latest service software.
serviceSoftwareOptions
- Container for the state of your domain relative to the latest service software.public ServiceSoftwareOptions getServiceSoftwareOptions()
Container for the state of your domain relative to the latest service software.
public CancelServiceSoftwareUpdateResult withServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
Container for the state of your domain relative to the latest service software.
serviceSoftwareOptions
- Container for the state of your domain relative to the latest service software.public String toString()
toString
in class Object
Object.toString()
public CancelServiceSoftwareUpdateResult clone()