@Generated(value="software.amazon.awssdk:codegen") public final class PatchSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PatchSummary.Builder,PatchSummary>
Provides an overview of the patch compliance status for an instance against a selected compliance standard.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PatchSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PatchSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
failedCount()
The number of patches from the compliance standard that failed to install.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the compliance standard that was used to determine the patch compliance status.
|
Integer |
installedCount()
The number of patches from the compliance standard that were installed successfully.
|
Integer |
installedOtherCount()
The number of installed patches that are not part of the compliance standard.
|
Integer |
installedPendingReboot()
The number of patches that were applied, but that require the instance to be rebooted in order to be marked as
installed.
|
Integer |
installedRejectedCount()
The number of patches that are installed but are also on a list of patches that the customer rejected.
|
Integer |
missingCount()
The number of patches that are part of the compliance standard but are not installed.
|
String |
operation()
The type of patch operation performed.
|
String |
operationEndTime()
Indicates when the operation completed.
|
String |
operationStartTime()
Indicates when the operation started.
|
String |
rebootOption()
The reboot option specified for the instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PatchSummary.Builder> |
serializableBuilderClass() |
PatchSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the compliance standard that was used to determine the patch compliance status.
public final Integer installedCount()
The number of patches from the compliance standard that were installed successfully.
public final Integer missingCount()
The number of patches that are part of the compliance standard but are not installed. The count includes patches that failed to install.
public final Integer failedCount()
The number of patches from the compliance standard that failed to install.
public final Integer installedOtherCount()
The number of installed patches that are not part of the compliance standard.
public final Integer installedRejectedCount()
The number of patches that are installed but are also on a list of patches that the customer rejected.
public final Integer installedPendingReboot()
The number of patches that were applied, but that require the instance to be rebooted in order to be marked as installed.
public final String operationStartTime()
Indicates when the operation started.
Uses the date-time format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be
separated by T. For example, 2020-03-22T13:22:13.933Z.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T. For
example, 2020-03-22T13:22:13.933Z.
public final String operationEndTime()
Indicates when the operation completed.
Uses the date-time format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be
separated by T. For example, 2020-03-22T13:22:13.933Z.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T. For
example, 2020-03-22T13:22:13.933Z.
public final String rebootOption()
The reboot option specified for the instance.
public final String operation()
The type of patch operation performed. For Patch Manager, the values are SCAN and
INSTALL.
SCAN and
INSTALL.public PatchSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PatchSummary.Builder,PatchSummary>public static PatchSummary.Builder builder()
public static Class<? extends PatchSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.