@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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<PatchGroupPatchBaselineMapping.Builder,PatchGroupPatchBaselineMapping>public static PatchGroupPatchBaselineMapping.Builder builder()
public static Class<? extends PatchGroupPatchBaselineMapping.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.