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