@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConformancePackComplianceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeConformancePackComplianceResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConformancePackComplianceResult |
clone() |
boolean |
equals(Object obj) |
String |
getConformancePackName()
Name of the conformance pack.
|
List<ConformancePackRuleCompliance> |
getConformancePackRuleComplianceList()
Returns a list of
ConformancePackRuleCompliance objects. |
String |
getNextToken()
The
nextToken string returned in a previous request that you use to request the next page of results
in a paginated response. |
int |
hashCode() |
void |
setConformancePackName(String conformancePackName)
Name of the conformance pack.
|
void |
setConformancePackRuleComplianceList(Collection<ConformancePackRuleCompliance> conformancePackRuleComplianceList)
Returns a list of
ConformancePackRuleCompliance objects. |
void |
setNextToken(String nextToken)
The
nextToken string returned in a previous request that you use to request the next page of results
in a paginated response. |
String |
toString()
Returns a string representation of this object.
|
DescribeConformancePackComplianceResult |
withConformancePackName(String conformancePackName)
Name of the conformance pack.
|
DescribeConformancePackComplianceResult |
withConformancePackRuleComplianceList(Collection<ConformancePackRuleCompliance> conformancePackRuleComplianceList)
Returns a list of
ConformancePackRuleCompliance objects. |
DescribeConformancePackComplianceResult |
withConformancePackRuleComplianceList(ConformancePackRuleCompliance... conformancePackRuleComplianceList)
Returns a list of
ConformancePackRuleCompliance objects. |
DescribeConformancePackComplianceResult |
withNextToken(String nextToken)
The
nextToken string returned in a previous request that you use to request the next page of results
in a paginated response. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeConformancePackComplianceResult()
public void setConformancePackName(String conformancePackName)
Name of the conformance pack.
conformancePackName
- Name of the conformance pack.public String getConformancePackName()
Name of the conformance pack.
public DescribeConformancePackComplianceResult withConformancePackName(String conformancePackName)
Name of the conformance pack.
conformancePackName
- Name of the conformance pack.public List<ConformancePackRuleCompliance> getConformancePackRuleComplianceList()
Returns a list of ConformancePackRuleCompliance
objects.
ConformancePackRuleCompliance
objects.public void setConformancePackRuleComplianceList(Collection<ConformancePackRuleCompliance> conformancePackRuleComplianceList)
Returns a list of ConformancePackRuleCompliance
objects.
conformancePackRuleComplianceList
- Returns a list of ConformancePackRuleCompliance
objects.public DescribeConformancePackComplianceResult withConformancePackRuleComplianceList(ConformancePackRuleCompliance... conformancePackRuleComplianceList)
Returns a list of ConformancePackRuleCompliance
objects.
NOTE: This method appends the values to the existing list (if any). Use
setConformancePackRuleComplianceList(java.util.Collection)
or
withConformancePackRuleComplianceList(java.util.Collection)
if you want to override the existing values.
conformancePackRuleComplianceList
- Returns a list of ConformancePackRuleCompliance
objects.public DescribeConformancePackComplianceResult withConformancePackRuleComplianceList(Collection<ConformancePackRuleCompliance> conformancePackRuleComplianceList)
Returns a list of ConformancePackRuleCompliance
objects.
conformancePackRuleComplianceList
- Returns a list of ConformancePackRuleCompliance
objects.public void setNextToken(String nextToken)
The nextToken
string returned in a previous request that you use to request the next page of results
in a paginated response.
nextToken
- The nextToken
string returned in a previous request that you use to request the next page of
results in a paginated response.public String getNextToken()
The nextToken
string returned in a previous request that you use to request the next page of results
in a paginated response.
nextToken
string returned in a previous request that you use to request the next page of
results in a paginated response.public DescribeConformancePackComplianceResult withNextToken(String nextToken)
The nextToken
string returned in a previous request that you use to request the next page of results
in a paginated response.
nextToken
- The nextToken
string returned in a previous request that you use to request the next page of
results in a paginated response.public String toString()
toString
in class Object
Object.toString()
public DescribeConformancePackComplianceResult clone()