@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeployablePatchSnapshotForInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDeployablePatchSnapshotForInstanceResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDeployablePatchSnapshotForInstanceResult |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceId()
The ID of the instance.
|
String |
getSnapshotDownloadUrl()
A pre-signed Amazon S3 URL that can be used to download the patch snapshot.
|
String |
getSnapshotId()
The user-defined snapshot ID.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The ID of the instance.
|
void |
setSnapshotDownloadUrl(String snapshotDownloadUrl)
A pre-signed Amazon S3 URL that can be used to download the patch snapshot.
|
void |
setSnapshotId(String snapshotId)
The user-defined snapshot ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDeployablePatchSnapshotForInstanceResult |
withInstanceId(String instanceId)
The ID of the instance.
|
GetDeployablePatchSnapshotForInstanceResult |
withSnapshotDownloadUrl(String snapshotDownloadUrl)
A pre-signed Amazon S3 URL that can be used to download the patch snapshot.
|
GetDeployablePatchSnapshotForInstanceResult |
withSnapshotId(String snapshotId)
The user-defined snapshot ID.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetDeployablePatchSnapshotForInstanceResult()
public void setInstanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.public String getInstanceId()
The ID of the instance.
public GetDeployablePatchSnapshotForInstanceResult withInstanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.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 GetDeployablePatchSnapshotForInstanceResult withSnapshotId(String snapshotId)
The user-defined snapshot ID.
snapshotId - The user-defined snapshot ID.public void setSnapshotDownloadUrl(String snapshotDownloadUrl)
A pre-signed Amazon S3 URL that can be used to download the patch snapshot.
snapshotDownloadUrl - A pre-signed Amazon S3 URL that can be used to download the patch snapshot.public String getSnapshotDownloadUrl()
A pre-signed Amazon S3 URL that can be used to download the patch snapshot.
public GetDeployablePatchSnapshotForInstanceResult withSnapshotDownloadUrl(String snapshotDownloadUrl)
A pre-signed Amazon S3 URL that can be used to download the patch snapshot.
snapshotDownloadUrl - A pre-signed Amazon S3 URL that can be used to download the patch snapshot.public String toString()
toString in class ObjectObject.toString()public GetDeployablePatchSnapshotForInstanceResult clone()
Copyright © 2017. All rights reserved.