@Generated(value="software.amazon.awssdk:codegen") public class PatchGroupPatchBaselineMapping extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.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) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
patchGroup()
The name of the patch group registered with the patch baseline.
|
static Class<? extends PatchGroupPatchBaselineMapping.Builder> |
serializableBuilderClass() |
PatchGroupPatchBaselineMapping.Builder |
toBuilder() |
String |
toString() |
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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<PatchGroupPatchBaselineMapping.Builder,PatchGroupPatchBaselineMapping>public static PatchGroupPatchBaselineMapping.Builder builder()
public static Class<? extends PatchGroupPatchBaselineMapping.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.