@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConformancePackStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeConformancePackStatusResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConformancePackStatusResult |
clone() |
boolean |
equals(Object obj) |
List<ConformancePackStatusDetail> |
getConformancePackStatusDetails()
A list of
ConformancePackStatusDetail 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 |
setConformancePackStatusDetails(Collection<ConformancePackStatusDetail> conformancePackStatusDetails)
A list of
ConformancePackStatusDetail 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.
|
DescribeConformancePackStatusResult |
withConformancePackStatusDetails(Collection<ConformancePackStatusDetail> conformancePackStatusDetails)
A list of
ConformancePackStatusDetail objects. |
DescribeConformancePackStatusResult |
withConformancePackStatusDetails(ConformancePackStatusDetail... conformancePackStatusDetails)
A list of
ConformancePackStatusDetail objects. |
DescribeConformancePackStatusResult |
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 List<ConformancePackStatusDetail> getConformancePackStatusDetails()
A list of ConformancePackStatusDetail
objects.
ConformancePackStatusDetail
objects.public void setConformancePackStatusDetails(Collection<ConformancePackStatusDetail> conformancePackStatusDetails)
A list of ConformancePackStatusDetail
objects.
conformancePackStatusDetails
- A list of ConformancePackStatusDetail
objects.public DescribeConformancePackStatusResult withConformancePackStatusDetails(ConformancePackStatusDetail... conformancePackStatusDetails)
A list of ConformancePackStatusDetail
objects.
NOTE: This method appends the values to the existing list (if any). Use
setConformancePackStatusDetails(java.util.Collection)
or
withConformancePackStatusDetails(java.util.Collection)
if you want to override the existing values.
conformancePackStatusDetails
- A list of ConformancePackStatusDetail
objects.public DescribeConformancePackStatusResult withConformancePackStatusDetails(Collection<ConformancePackStatusDetail> conformancePackStatusDetails)
A list of ConformancePackStatusDetail
objects.
conformancePackStatusDetails
- A list of ConformancePackStatusDetail
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 DescribeConformancePackStatusResult 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 DescribeConformancePackStatusResult clone()