@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOrganizationConformancePackDetailedStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetOrganizationConformancePackDetailedStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
GetOrganizationConformancePackDetailedStatusResult |
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<OrganizationConformancePackDetailedStatus> |
getOrganizationConformancePackDetailedStatuses()
A list of
OrganizationConformancePackDetailedStatus 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 |
setOrganizationConformancePackDetailedStatuses(Collection<OrganizationConformancePackDetailedStatus> organizationConformancePackDetailedStatuses)
A list of
OrganizationConformancePackDetailedStatus objects. |
String |
toString()
Returns a string representation of this object.
|
GetOrganizationConformancePackDetailedStatusResult |
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.
|
GetOrganizationConformancePackDetailedStatusResult |
withOrganizationConformancePackDetailedStatuses(Collection<OrganizationConformancePackDetailedStatus> organizationConformancePackDetailedStatuses)
A list of
OrganizationConformancePackDetailedStatus objects. |
GetOrganizationConformancePackDetailedStatusResult |
withOrganizationConformancePackDetailedStatuses(OrganizationConformancePackDetailedStatus... organizationConformancePackDetailedStatuses)
A list of
OrganizationConformancePackDetailedStatus objects. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetOrganizationConformancePackDetailedStatusResult()
public List<OrganizationConformancePackDetailedStatus> getOrganizationConformancePackDetailedStatuses()
A list of OrganizationConformancePackDetailedStatus objects.
OrganizationConformancePackDetailedStatus objects.public void setOrganizationConformancePackDetailedStatuses(Collection<OrganizationConformancePackDetailedStatus> organizationConformancePackDetailedStatuses)
A list of OrganizationConformancePackDetailedStatus objects.
organizationConformancePackDetailedStatuses - A list of OrganizationConformancePackDetailedStatus objects.public GetOrganizationConformancePackDetailedStatusResult withOrganizationConformancePackDetailedStatuses(OrganizationConformancePackDetailedStatus... organizationConformancePackDetailedStatuses)
A list of OrganizationConformancePackDetailedStatus objects.
NOTE: This method appends the values to the existing list (if any). Use
setOrganizationConformancePackDetailedStatuses(java.util.Collection) or
withOrganizationConformancePackDetailedStatuses(java.util.Collection) if you want to override the
existing values.
organizationConformancePackDetailedStatuses - A list of OrganizationConformancePackDetailedStatus objects.public GetOrganizationConformancePackDetailedStatusResult withOrganizationConformancePackDetailedStatuses(Collection<OrganizationConformancePackDetailedStatus> organizationConformancePackDetailedStatuses)
A list of OrganizationConformancePackDetailedStatus objects.
organizationConformancePackDetailedStatuses - A list of OrganizationConformancePackDetailedStatus 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 GetOrganizationConformancePackDetailedStatusResult 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 GetOrganizationConformancePackDetailedStatusResult clone()