@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsSsmPatch extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about the compliance for a patch.
| Constructor and Description |
|---|
AwsSsmPatch() |
| Modifier and Type | Method and Description |
|---|---|
AwsSsmPatch |
clone() |
boolean |
equals(Object obj) |
AwsSsmComplianceSummary |
getComplianceSummary()
The compliance status details for the patch.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setComplianceSummary(AwsSsmComplianceSummary complianceSummary)
The compliance status details for the patch.
|
String |
toString()
Returns a string representation of this object.
|
AwsSsmPatch |
withComplianceSummary(AwsSsmComplianceSummary complianceSummary)
The compliance status details for the patch.
|
public void setComplianceSummary(AwsSsmComplianceSummary complianceSummary)
The compliance status details for the patch.
complianceSummary - The compliance status details for the patch.public AwsSsmComplianceSummary getComplianceSummary()
The compliance status details for the patch.
public AwsSsmPatch withComplianceSummary(AwsSsmComplianceSummary complianceSummary)
The compliance status details for the patch.
complianceSummary - The compliance status details for the patch.public String toString()
toString in class ObjectObject.toString()public AwsSsmPatch clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.