@Generated(value="software.amazon.awssdk:codegen") public class PatchComplianceData extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.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 and Description |
|---|---|
static interface |
PatchComplianceData.Builder |
| Modifier and Type | Method and 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) |
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() |
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).
PatchComplianceDataStatepublic Date installedTime()
The date/time the patch was installed on the instance.
public PatchComplianceData.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<PatchComplianceData.Builder,PatchComplianceData>public static PatchComplianceData.Builder builder()
public static Class<? extends PatchComplianceData.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.