Class PatchGroupPatchBaselineMapping
java.lang.Object
software.amazon.awssdk.services.ssm.model.PatchGroupPatchBaselineMapping
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PatchGroupPatchBaselineMapping.Builder,PatchGroupPatchBaselineMapping>
@Generated("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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal PatchBaselineIdentityThe patch baseline the patch group is registered with.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe name of the patch group registered with the patch baseline.static Class<? extends PatchGroupPatchBaselineMapping.Builder>final StringtoString()Returns a string representation of this object.Methods 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
-
patchGroup
The name of the patch group registered with the patch baseline.
- Returns:
- The name of the patch group registered with the patch baseline.
-
baselineIdentity
The patch baseline the patch group is registered with.
- Returns:
- The patch baseline the patch group is registered with.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<PatchGroupPatchBaselineMapping.Builder,PatchGroupPatchBaselineMapping>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-