@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartElasticsearchServiceSoftwareUpdateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the StartElasticsearchServiceSoftwareUpdate
operation. Specifies
the name of the Elasticsearch domain that you wish to schedule a service software update on.
NOOP
Constructor and Description |
---|
StartElasticsearchServiceSoftwareUpdateRequest() |
Modifier and Type | Method and Description |
---|---|
StartElasticsearchServiceSoftwareUpdateRequest |
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.
|
StartElasticsearchServiceSoftwareUpdateRequest |
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 StartElasticsearchServiceSoftwareUpdateRequest()
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 StartElasticsearchServiceSoftwareUpdateRequest 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 StartElasticsearchServiceSoftwareUpdateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()