@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationConformancePackStatusesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeOrganizationConformancePackStatusesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeOrganizationConformancePackStatusesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The nextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
List<OrganizationConformancePackStatus> |
getOrganizationConformancePackStatuses()
A list of
OrganizationConformancePackStatus objects. |
int |
hashCode() |
void |
setNextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
void |
setOrganizationConformancePackStatuses(Collection<OrganizationConformancePackStatus> organizationConformancePackStatuses)
A list of
OrganizationConformancePackStatus objects. |
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationConformancePackStatusesResult |
withNextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
DescribeOrganizationConformancePackStatusesResult |
withOrganizationConformancePackStatuses(Collection<OrganizationConformancePackStatus> organizationConformancePackStatuses)
A list of
OrganizationConformancePackStatus objects. |
DescribeOrganizationConformancePackStatusesResult |
withOrganizationConformancePackStatuses(OrganizationConformancePackStatus... organizationConformancePackStatuses)
A list of
OrganizationConformancePackStatus objects. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeOrganizationConformancePackStatusesResult()
public List<OrganizationConformancePackStatus> getOrganizationConformancePackStatuses()
A list of OrganizationConformancePackStatus objects.
OrganizationConformancePackStatus objects.public void setOrganizationConformancePackStatuses(Collection<OrganizationConformancePackStatus> organizationConformancePackStatuses)
A list of OrganizationConformancePackStatus objects.
organizationConformancePackStatuses - A list of OrganizationConformancePackStatus objects.public DescribeOrganizationConformancePackStatusesResult withOrganizationConformancePackStatuses(OrganizationConformancePackStatus... organizationConformancePackStatuses)
A list of OrganizationConformancePackStatus objects.
NOTE: This method appends the values to the existing list (if any). Use
setOrganizationConformancePackStatuses(java.util.Collection) or
withOrganizationConformancePackStatuses(java.util.Collection) if you want to override the existing
values.
organizationConformancePackStatuses - A list of OrganizationConformancePackStatus objects.public DescribeOrganizationConformancePackStatusesResult withOrganizationConformancePackStatuses(Collection<OrganizationConformancePackStatus> organizationConformancePackStatuses)
A list of OrganizationConformancePackStatus objects.
organizationConformancePackStatuses - A list of OrganizationConformancePackStatus objects.public void setNextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a
paginated response.public String getNextToken()
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
public DescribeOrganizationConformancePackStatusesResult withNextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a
paginated response.public String toString()
toString in class ObjectObject.toString()public DescribeOrganizationConformancePackStatusesResult clone()