Class EffectivePatch
- java.lang.Object
-
- software.amazon.awssdk.services.ssm.model.EffectivePatch
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EffectivePatch.Builder,EffectivePatch>
@Generated("software.amazon.awssdk:codegen") public final class EffectivePatch extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EffectivePatch.Builder,EffectivePatch>
The
EffectivePatchstructure 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEffectivePatch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EffectivePatch.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()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.PatchStatuspatchStatus()The status of the patch in a patch baseline.List<SdkField<?>>sdkFields()static Class<? extends EffectivePatch.Builder>serializableBuilderClass()EffectivePatch.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
patch
public final Patch 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
public final PatchStatus 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
public EffectivePatch.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EffectivePatch.Builder,EffectivePatch>
-
builder
public static EffectivePatch.Builder builder()
-
serializableBuilderClass
public static Class<? extends EffectivePatch.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-