@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) |
boolean |
equalsBySdkFields(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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 SsmRequest
public static GetDeployablePatchSnapshotForInstanceRequest.Builder builder()
public static Class<? extends GetDeployablePatchSnapshotForInstanceRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.