@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartMaintenanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartMaintenanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartMaintenanceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getServerName()
The name of the server on which to run maintenance.
|
int |
hashCode() |
void |
setServerName(String serverName)
The name of the server on which to run maintenance.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartMaintenanceRequest |
withServerName(String serverName)
The name of the server on which to run maintenance.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setServerName(String serverName)
The name of the server on which to run maintenance.
serverName - The name of the server on which to run maintenance.public String getServerName()
The name of the server on which to run maintenance.
public StartMaintenanceRequest withServerName(String serverName)
The name of the server on which to run maintenance.
serverName - The name of the server on which to run maintenance.public String toString()
toString in class ObjectObject.toString()public StartMaintenanceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.