@Generated(value="software.amazon.awssdk:codegen") public class EffectivePatch extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EffectivePatch.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EffectivePatch.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
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.
|
PatchStatus |
patchStatus()
The status of the patch in a patch baseline.
|
static Class<? extends EffectivePatch.Builder> |
serializableBuilderClass() |
EffectivePatch.Builder |
toBuilder() |
String |
toString() |
public 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.
public 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.
public EffectivePatch.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<EffectivePatch.Builder,EffectivePatch>public static EffectivePatch.Builder builder()
public static Class<? extends EffectivePatch.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.