@Generated(value="software.amazon.awssdk:codegen") public final class GetDeployablePatchSnapshotForInstanceResponse extends SsmResponse implements ToCopyableBuilder<GetDeployablePatchSnapshotForInstanceResponse.Builder,GetDeployablePatchSnapshotForInstanceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDeployablePatchSnapshotForInstanceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetDeployablePatchSnapshotForInstanceResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The ID of the instance.
|
String |
product()
Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the instance
for the specified patch snapshot.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDeployablePatchSnapshotForInstanceResponse.Builder> |
serializableBuilderClass() |
String |
snapshotDownloadUrl()
A pre-signed Amazon S3 URL that can be used to download the patch snapshot.
|
String |
snapshotId()
The user-defined snapshot ID.
|
GetDeployablePatchSnapshotForInstanceResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String instanceId()
The ID of the instance.
public String snapshotId()
The user-defined snapshot ID.
public String snapshotDownloadUrl()
A pre-signed Amazon S3 URL that can be used to download the patch snapshot.
public String product()
Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the instance for the specified patch snapshot.
public GetDeployablePatchSnapshotForInstanceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDeployablePatchSnapshotForInstanceResponse.Builder,GetDeployablePatchSnapshotForInstanceResponse>toBuilder in class AwsResponsepublic static GetDeployablePatchSnapshotForInstanceResponse.Builder builder()
public static Class<? extends GetDeployablePatchSnapshotForInstanceResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.