StructuredPojo
, ToCopyableBuilder<PatchComplianceData.Builder,PatchComplianceData>
@Generated("software.amazon.awssdk:codegen") public class PatchComplianceData extends Object implements StructuredPojo, ToCopyableBuilder<PatchComplianceData.Builder,PatchComplianceData>
Information about the state of a patch on a particular instance as it relates to the patch baseline used to patch the instance.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PatchComplianceData.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PatchComplianceData.Builder |
builder() |
|
String |
classification() |
The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
installedTime() |
The date/time the patch was installed on the instance.
|
String |
kbId() |
The Microsoft Knowledge Base ID of the patch.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends PatchComplianceData.Builder> |
serializableBuilderClass() |
|
String |
severity() |
The severity of the patch (for example, Critical, Important, Moderate).
|
String |
state() |
The state of the patch on the instance (INSTALLED, INSTALLED_OTHER, MISSING, NOT_APPLICABLE or FAILED).
|
String |
title() |
The title of the patch.
|
PatchComplianceData.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String title()
The title of the patch.
public String kbId()
The Microsoft Knowledge Base ID of the patch.
public String classification()
The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).
public String severity()
The severity of the patch (for example, Critical, Important, Moderate).
public String state()
The state of the patch on the instance (INSTALLED, INSTALLED_OTHER, MISSING, NOT_APPLICABLE or FAILED).
PatchComplianceDataState
public Date installedTime()
The date/time the patch was installed on the instance.
public PatchComplianceData.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PatchComplianceData.Builder,PatchComplianceData>
public static PatchComplianceData.Builder builder()
public static Class<? extends PatchComplianceData.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.