@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPasswordDataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<GetPasswordDataRequest>
NOOP| Constructor and Description | 
|---|
| GetPasswordDataRequest()Default constructor for GetPasswordDataRequest object. | 
| GetPasswordDataRequest(String instanceId)Constructs a new GetPasswordDataRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| GetPasswordDataRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Request<GetPasswordDataRequest> | getDryRunRequest()This method is intended for internal use only. | 
| String | getInstanceId()
 The ID of the Windows instance. | 
| int | hashCode() | 
| void | setInstanceId(String instanceId)
 The ID of the Windows instance. | 
| String | toString()Returns a string representation of this object. | 
| GetPasswordDataRequest | withInstanceId(String instanceId)
 The ID of the Windows 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 GetPasswordDataRequest()
public GetPasswordDataRequest(String instanceId)
instanceId - The ID of the Windows instance.public void setInstanceId(String instanceId)
The ID of the Windows instance.
instanceId - The ID of the Windows instance.public String getInstanceId()
The ID of the Windows instance.
public GetPasswordDataRequest withInstanceId(String instanceId)
The ID of the Windows instance.
instanceId - The ID of the Windows instance.public Request<GetPasswordDataRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<GetPasswordDataRequest>public String toString()
toString in class ObjectObject.toString()public GetPasswordDataRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()