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