@Generated(value="software.amazon.awssdk:codegen") public final class AwsSsmPatchComplianceDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsSsmPatchComplianceDetails.Builder,AwsSsmPatchComplianceDetails>
Provides information about the state of a patch on an instance based on the patch baseline that was used to patch the instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsSsmPatchComplianceDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsSsmPatchComplianceDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AwsSsmPatch |
patch()
Information about the status of a patch.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsSsmPatchComplianceDetails.Builder> |
serializableBuilderClass() |
AwsSsmPatchComplianceDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AwsSsmPatch patch()
Information about the status of a patch.
public AwsSsmPatchComplianceDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsSsmPatchComplianceDetails.Builder,AwsSsmPatchComplianceDetails>public static AwsSsmPatchComplianceDetails.Builder builder()
public static Class<? extends AwsSsmPatchComplianceDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.