Class GetDeployablePatchSnapshotForInstanceRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.ssm.model.SsmRequest
software.amazon.awssdk.services.ssm.model.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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionfinal BaselineOverrideDefines the basic information about a patch baseline override.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe ID of the managed node for which the appropriate patch snapshot should be retrieved.static Class<? extends GetDeployablePatchSnapshotForInstanceRequest.Builder>final StringThe snapshot ID provided by the user when runningAWS-RunPatchBaseline.final StringtoString()Returns a string representation of this object.final BooleanSpecifies whether to use S3 dualstack endpoints for the patch snapshot download URL.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
The snapshot ID provided by the user when running
AWS-RunPatchBaseline.- Returns:
- The snapshot ID provided by the user when running
AWS-RunPatchBaseline.
-
baselineOverride
Defines the basic information about a patch baseline override.
- Returns:
- Defines the basic information about a patch baseline override.
-
useS3DualStackEndpoint
Specifies whether to use S3 dualstack endpoints for the patch snapshot download URL. Set to
trueto receive a presigned URL that supports both IPv4 and IPv6 connectivity. Set tofalseto use standard IPv4-only endpoints. Default isfalse. 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
trueto receive a presigned URL that supports both IPv4 and IPv6 connectivity. Set tofalseto use standard IPv4-only endpoints. Default isfalse. This parameter is required for managed nodes in IPv6-only environments.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetDeployablePatchSnapshotForInstanceRequest.Builder,GetDeployablePatchSnapshotForInstanceRequest> - Specified by:
toBuilderin classSsmRequest
-
builder
-
serializableBuilderClass
public static Class<? extends GetDeployablePatchSnapshotForInstanceRequest.Builder> serializableBuilderClass() -
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-