@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 |
|---|---|
BaselineOverride |
baselineOverride()
Defines the basic information about a patch baseline override.
|
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 managed node for which the appropriate patch snapshot should be retrieved.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDeployablePatchSnapshotForInstanceRequest.Builder> |
serializableBuilderClass() |
String |
snapshotId()
The snapshot ID provided by the user when running
AWS-RunPatchBaseline. |
GetDeployablePatchSnapshotForInstanceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String instanceId()
The ID of the managed node for which the appropriate patch snapshot should be retrieved.
public final String snapshotId()
The snapshot ID provided by the user when running AWS-RunPatchBaseline.
AWS-RunPatchBaseline.public final BaselineOverride baselineOverride()
Defines the basic information about a patch baseline override.
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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.