@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartServiceSoftwareUpdateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the StartServiceSoftwareUpdate
operation. Specifies the name of
the domain to schedule a service software update for.
NOOP
Constructor and Description |
---|
StartServiceSoftwareUpdateRequest() |
Modifier and Type | Method and Description |
---|---|
StartServiceSoftwareUpdateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The name of the domain that you want to update to the latest service software.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the domain that you want to update to the latest service software.
|
String |
toString()
Returns a string representation of this object.
|
StartServiceSoftwareUpdateRequest |
withDomainName(String domainName)
The name of the domain that you want to update to the latest service software.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomainName(String domainName)
The name of the domain that you want to update to the latest service software.
domainName
- The name of the domain that you want to update to the latest service software.public String getDomainName()
The name of the domain that you want to update to the latest service software.
public StartServiceSoftwareUpdateRequest withDomainName(String domainName)
The name of the domain that you want to update to the latest service software.
domainName
- The name of the domain that you want to update to the latest service software.public String toString()
toString
in class Object
Object.toString()
public StartServiceSoftwareUpdateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()