Class EffectivePatch
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EffectivePatch.Builder,EffectivePatch>
The EffectivePatch structure defines metadata about a patch along with the approval state of the patch
in a particular patch baseline. The approval state includes information about whether the patch is currently
approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or
will be approved.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic EffectivePatch.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Patchpatch()Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.final PatchStatusThe status of the patch in a patch baseline.static Class<? extends EffectivePatch.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
-
patch
Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.
- Returns:
- Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.
-
patchStatus
The status of the patch in a patch baseline. This includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.
- Returns:
- The status of the patch in a patch baseline. This includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<EffectivePatch.Builder,EffectivePatch>
-
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
-