@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
GetInstanceRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetInstanceRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getInstanceName()
 The name of the instance. 
 | 
int | 
hashCode()  | 
void | 
setInstanceName(String instanceName)
 The name of the instance. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
GetInstanceRequest | 
withInstanceName(String instanceName)
 The name of the instance. 
 | 
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, withSdkRequestTimeoutpublic void setInstanceName(String instanceName)
The name of the instance.
instanceName - The name of the instance.public String getInstanceName()
The name of the instance.
public GetInstanceRequest withInstanceName(String instanceName)
The name of the instance.
instanceName - The name of the instance.public String toString()
toString in class ObjectObject.toString()public GetInstanceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()