Class GetDeployablePatchSnapshotForInstanceRequest

All Implemented Interfaces:
SdkPojo, ToCopyableBuilder<GetDeployablePatchSnapshotForInstanceRequest.Builder,GetDeployablePatchSnapshotForInstanceRequest>

@Generated("software.amazon.awssdk:codegen") public final class GetDeployablePatchSnapshotForInstanceRequest extends SsmRequest implements ToCopyableBuilder<GetDeployablePatchSnapshotForInstanceRequest.Builder,GetDeployablePatchSnapshotForInstanceRequest>
  • Method Details

    • instanceId

      public final String instanceId()

      The ID of the managed node for which the appropriate patch snapshot should be retrieved.

      Returns:
      The ID of the managed node for which the appropriate patch snapshot should be retrieved.
    • snapshotId

      public final String snapshotId()

      The snapshot ID provided by the user when running AWS-RunPatchBaseline.

      Returns:
      The snapshot ID provided by the user when running AWS-RunPatchBaseline.
    • baselineOverride

      public final BaselineOverride baselineOverride()

      Defines the basic information about a patch baseline override.

      Returns:
      Defines the basic information about a patch baseline override.
    • useS3DualStackEndpoint

      public final Boolean useS3DualStackEndpoint()

      Specifies whether to use S3 dualstack endpoints for the patch snapshot download URL. Set to true to receive a presigned URL that supports both IPv4 and IPv6 connectivity. Set to false to use standard IPv4-only endpoints. Default is false. This parameter is required for managed nodes in IPv6-only environments.

      Returns:
      Specifies whether to use S3 dualstack endpoints for the patch snapshot download URL. Set to true to receive a presigned URL that supports both IPv4 and IPv6 connectivity. Set to false to use standard IPv4-only endpoints. Default is false. This parameter is required for managed nodes in IPv6-only environments.
    • toBuilder

      Specified by:
      toBuilder in interface ToCopyableBuilder<GetDeployablePatchSnapshotForInstanceRequest.Builder,GetDeployablePatchSnapshotForInstanceRequest>
      Specified by:
      toBuilder in class SsmRequest
    • builder

    • serializableBuilderClass

      public static Class<? extends GetDeployablePatchSnapshotForInstanceRequest.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AwsRequest
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsRequest
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • toString

      public final String toString()
      Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
      Overrides:
      getValueForField in class SdkRequest
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo