@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConformancePackComplianceSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary includes the name and status of the conformance pack.
| Constructor and Description |
|---|
ConformancePackComplianceSummary() |
| Modifier and Type | Method and Description |
|---|---|
ConformancePackComplianceSummary |
clone() |
boolean |
equals(Object obj) |
String |
getConformancePackComplianceStatus()
The status of the conformance pack.
|
String |
getConformancePackName()
The name of the conformance pack name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setConformancePackComplianceStatus(String conformancePackComplianceStatus)
The status of the conformance pack.
|
void |
setConformancePackName(String conformancePackName)
The name of the conformance pack name.
|
String |
toString()
Returns a string representation of this object.
|
ConformancePackComplianceSummary |
withConformancePackComplianceStatus(ConformancePackComplianceType conformancePackComplianceStatus)
The status of the conformance pack.
|
ConformancePackComplianceSummary |
withConformancePackComplianceStatus(String conformancePackComplianceStatus)
The status of the conformance pack.
|
ConformancePackComplianceSummary |
withConformancePackName(String conformancePackName)
The name of the conformance pack name.
|
public void setConformancePackName(String conformancePackName)
The name of the conformance pack name.
conformancePackName - The name of the conformance pack name.public String getConformancePackName()
The name of the conformance pack name.
public ConformancePackComplianceSummary withConformancePackName(String conformancePackName)
The name of the conformance pack name.
conformancePackName - The name of the conformance pack name.public void setConformancePackComplianceStatus(String conformancePackComplianceStatus)
The status of the conformance pack.
conformancePackComplianceStatus - The status of the conformance pack.ConformancePackComplianceTypepublic String getConformancePackComplianceStatus()
The status of the conformance pack.
ConformancePackComplianceTypepublic ConformancePackComplianceSummary withConformancePackComplianceStatus(String conformancePackComplianceStatus)
The status of the conformance pack.
conformancePackComplianceStatus - The status of the conformance pack.ConformancePackComplianceTypepublic ConformancePackComplianceSummary withConformancePackComplianceStatus(ConformancePackComplianceType conformancePackComplianceStatus)
The status of the conformance pack.
conformancePackComplianceStatus - The status of the conformance pack.ConformancePackComplianceTypepublic String toString()
toString in class ObjectObject.toString()public ConformancePackComplianceSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.