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