@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()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public StartMaintenanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.