@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 managed node ID.
|
String |
product()
Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the managed
node for the specified patch snapshot.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDeployablePatchSnapshotForInstanceResponse.Builder> |
serializableBuilderClass() |
String |
snapshotDownloadUrl()
A pre-signed Amazon Simple Storage Service (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 final String instanceId()
The managed node ID.
public final String snapshotId()
The user-defined snapshot ID.
public final String snapshotDownloadUrl()
A pre-signed Amazon Simple Storage Service (Amazon S3) URL that can be used to download the patch snapshot.
public final String product()
Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the managed node 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.