@Generated(value="software.amazon.awssdk:codegen") public final class PatchGroupPatchBaselineMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PatchGroupPatchBaselineMapping.Builder,PatchGroupPatchBaselineMapping>
The mapping between a patch group and the patch baseline the patch group is registered with.
Modifier and Type | Class and Description |
---|---|
static interface |
PatchGroupPatchBaselineMapping.Builder |
Modifier and Type | Method and Description |
---|---|
PatchBaselineIdentity |
baselineIdentity()
The patch baseline the patch group is registered with.
|
static PatchGroupPatchBaselineMapping.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
patchGroup()
The name of the patch group registered with the patch baseline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PatchGroupPatchBaselineMapping.Builder> |
serializableBuilderClass() |
PatchGroupPatchBaselineMapping.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String patchGroup()
The name of the patch group registered with the patch baseline.
public PatchBaselineIdentity baselineIdentity()
The patch baseline the patch group is registered with.
public PatchGroupPatchBaselineMapping.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PatchGroupPatchBaselineMapping.Builder,PatchGroupPatchBaselineMapping>
public static PatchGroupPatchBaselineMapping.Builder builder()
public static Class<? extends PatchGroupPatchBaselineMapping.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.