@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConformancePackComplianceDetailsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetConformancePackComplianceDetailsResult() |
Modifier and Type | Method and Description |
---|---|
GetConformancePackComplianceDetailsResult |
clone() |
boolean |
equals(Object obj) |
String |
getConformancePackName()
Name of the conformance pack.
|
List<ConformancePackEvaluationResult> |
getConformancePackRuleEvaluationResults()
Returns a list of
ConformancePackEvaluationResult 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 |
setConformancePackRuleEvaluationResults(Collection<ConformancePackEvaluationResult> conformancePackRuleEvaluationResults)
Returns a list of
ConformancePackEvaluationResult 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.
|
GetConformancePackComplianceDetailsResult |
withConformancePackName(String conformancePackName)
Name of the conformance pack.
|
GetConformancePackComplianceDetailsResult |
withConformancePackRuleEvaluationResults(Collection<ConformancePackEvaluationResult> conformancePackRuleEvaluationResults)
Returns a list of
ConformancePackEvaluationResult objects. |
GetConformancePackComplianceDetailsResult |
withConformancePackRuleEvaluationResults(ConformancePackEvaluationResult... conformancePackRuleEvaluationResults)
Returns a list of
ConformancePackEvaluationResult objects. |
GetConformancePackComplianceDetailsResult |
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 GetConformancePackComplianceDetailsResult()
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 GetConformancePackComplianceDetailsResult withConformancePackName(String conformancePackName)
Name of the conformance pack.
conformancePackName
- Name of the conformance pack.public List<ConformancePackEvaluationResult> getConformancePackRuleEvaluationResults()
Returns a list of ConformancePackEvaluationResult
objects.
ConformancePackEvaluationResult
objects.public void setConformancePackRuleEvaluationResults(Collection<ConformancePackEvaluationResult> conformancePackRuleEvaluationResults)
Returns a list of ConformancePackEvaluationResult
objects.
conformancePackRuleEvaluationResults
- Returns a list of ConformancePackEvaluationResult
objects.public GetConformancePackComplianceDetailsResult withConformancePackRuleEvaluationResults(ConformancePackEvaluationResult... conformancePackRuleEvaluationResults)
Returns a list of ConformancePackEvaluationResult
objects.
NOTE: This method appends the values to the existing list (if any). Use
setConformancePackRuleEvaluationResults(java.util.Collection)
or
withConformancePackRuleEvaluationResults(java.util.Collection)
if you want to override the existing
values.
conformancePackRuleEvaluationResults
- Returns a list of ConformancePackEvaluationResult
objects.public GetConformancePackComplianceDetailsResult withConformancePackRuleEvaluationResults(Collection<ConformancePackEvaluationResult> conformancePackRuleEvaluationResults)
Returns a list of ConformancePackEvaluationResult
objects.
conformancePackRuleEvaluationResults
- Returns a list of ConformancePackEvaluationResult
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 GetConformancePackComplianceDetailsResult 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 GetConformancePackComplianceDetailsResult clone()