@Generated(value="software.amazon.awssdk:codegen") public final class GetDeployablePatchSnapshotForInstanceRequest extends SsmRequest implements ToCopyableBuilder<GetDeployablePatchSnapshotForInstanceRequest.Builder,GetDeployablePatchSnapshotForInstanceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDeployablePatchSnapshotForInstanceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetDeployablePatchSnapshotForInstanceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The ID of the instance for which the appropriate patch snapshot should be retrieved.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDeployablePatchSnapshotForInstanceRequest.Builder> |
serializableBuilderClass() |
String |
snapshotId()
The user-defined snapshot ID.
|
GetDeployablePatchSnapshotForInstanceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String instanceId()
The ID of the instance for which the appropriate patch snapshot should be retrieved.
public String snapshotId()
The user-defined snapshot ID.
public GetDeployablePatchSnapshotForInstanceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDeployablePatchSnapshotForInstanceRequest.Builder,GetDeployablePatchSnapshotForInstanceRequest>toBuilder in class SsmRequestpublic static GetDeployablePatchSnapshotForInstanceRequest.Builder builder()
public static Class<? extends GetDeployablePatchSnapshotForInstanceRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.