@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsSsmPatchComplianceDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the state of a patch on an instance based on the patch baseline that was used to patch the instance.
| Constructor and Description | 
|---|
| AwsSsmPatchComplianceDetails() | 
| Modifier and Type | Method and Description | 
|---|---|
| AwsSsmPatchComplianceDetails | clone() | 
| boolean | equals(Object obj) | 
| AwsSsmPatch | getPatch()
 Information about the status of a patch. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setPatch(AwsSsmPatch patch)
 Information about the status of a patch. | 
| String | toString()Returns a string representation of this object. | 
| AwsSsmPatchComplianceDetails | withPatch(AwsSsmPatch patch)
 Information about the status of a patch. | 
public void setPatch(AwsSsmPatch patch)
Information about the status of a patch.
patch - Information about the status of a patch.public AwsSsmPatch getPatch()
Information about the status of a patch.
public AwsSsmPatchComplianceDetails withPatch(AwsSsmPatch patch)
Information about the status of a patch.
patch - Information about the status of a patch.public String toString()
toString in class ObjectObject.toString()public AwsSsmPatchComplianceDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.