@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeployablePatchSnapshotForInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetDeployablePatchSnapshotForInstanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDeployablePatchSnapshotForInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceId()
The ID of the instance for which the appropriate patch snapshot should be retrieved.
|
String |
getSnapshotId()
The user-defined snapshot ID.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The ID of the instance for which the appropriate patch snapshot should be retrieved.
|
void |
setSnapshotId(String snapshotId)
The user-defined snapshot ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDeployablePatchSnapshotForInstanceRequest |
withInstanceId(String instanceId)
The ID of the instance for which the appropriate patch snapshot should be retrieved.
|
GetDeployablePatchSnapshotForInstanceRequest |
withSnapshotId(String snapshotId)
The user-defined snapshot ID.
|
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 GetDeployablePatchSnapshotForInstanceRequest()
public void setInstanceId(String instanceId)
The ID of the instance for which the appropriate patch snapshot should be retrieved.
instanceId - The ID of the instance for which the appropriate patch snapshot should be retrieved.public String getInstanceId()
The ID of the instance for which the appropriate patch snapshot should be retrieved.
public GetDeployablePatchSnapshotForInstanceRequest withInstanceId(String instanceId)
The ID of the instance for which the appropriate patch snapshot should be retrieved.
instanceId - The ID of the instance for which the appropriate patch snapshot should be retrieved.public void setSnapshotId(String snapshotId)
The user-defined snapshot ID.
snapshotId - The user-defined snapshot ID.public String getSnapshotId()
The user-defined snapshot ID.
public GetDeployablePatchSnapshotForInstanceRequest withSnapshotId(String snapshotId)
The user-defined snapshot ID.
snapshotId - The user-defined snapshot ID.public String toString()
toString in class ObjectObject.toString()public GetDeployablePatchSnapshotForInstanceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.