@Generated(value="software.amazon.awssdk:codegen") public final class GetPatchBaselineRequest extends SsmRequest implements ToCopyableBuilder<GetPatchBaselineRequest.Builder,GetPatchBaselineRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
GetPatchBaselineRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
baselineId()
The ID of the patch baseline to retrieve.
|
static GetPatchBaselineRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetPatchBaselineRequest.Builder> |
serializableBuilderClass() |
GetPatchBaselineRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String baselineId()
The ID of the patch baseline to retrieve.
To retrieve information about an Amazon Web Services managed patch baseline, specify the full Amazon Resource
Name (ARN) of the baseline. For example, for the baseline AWS-AmazonLinuxDefaultPatchBaseline
,
specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7
instead of
pb-0e392de35e7c563b7
.
To retrieve information about an Amazon Web Services managed patch baseline, specify the full Amazon
Resource Name (ARN) of the baseline. For example, for the baseline
AWS-AmazonLinuxDefaultPatchBaseline
, specify
arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7
instead of
pb-0e392de35e7c563b7
.
public GetPatchBaselineRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GetPatchBaselineRequest.Builder,GetPatchBaselineRequest>
toBuilder
in class SsmRequest
public static GetPatchBaselineRequest.Builder builder()
public static Class<? extends GetPatchBaselineRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2022. All rights reserved.