@Generated(value="software.amazon.awssdk:codegen") public final class EffectivePatch extends Object implements StructuredPojo, 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)
Marshalls this structured data using the given
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EffectivePatch.Builder,EffectivePatch>
public static EffectivePatch.Builder builder()
public static Class<? extends EffectivePatch.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.