@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfigurationPoliciesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListConfigurationPoliciesResult() |
Modifier and Type | Method and Description |
---|---|
ListConfigurationPoliciesResult |
clone() |
boolean |
equals(Object obj) |
List<ConfigurationPolicySummary> |
getConfigurationPolicySummaries()
Provides metadata for each of your configuration policies.
|
String |
getNextToken()
The
NextToken value to include in the next ListConfigurationPolicies request. |
int |
hashCode() |
void |
setConfigurationPolicySummaries(Collection<ConfigurationPolicySummary> configurationPolicySummaries)
Provides metadata for each of your configuration policies.
|
void |
setNextToken(String nextToken)
The
NextToken value to include in the next ListConfigurationPolicies request. |
String |
toString()
Returns a string representation of this object.
|
ListConfigurationPoliciesResult |
withConfigurationPolicySummaries(Collection<ConfigurationPolicySummary> configurationPolicySummaries)
Provides metadata for each of your configuration policies.
|
ListConfigurationPoliciesResult |
withConfigurationPolicySummaries(ConfigurationPolicySummary... configurationPolicySummaries)
Provides metadata for each of your configuration policies.
|
ListConfigurationPoliciesResult |
withNextToken(String nextToken)
The
NextToken value to include in the next ListConfigurationPolicies request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ConfigurationPolicySummary> getConfigurationPolicySummaries()
Provides metadata for each of your configuration policies.
public void setConfigurationPolicySummaries(Collection<ConfigurationPolicySummary> configurationPolicySummaries)
Provides metadata for each of your configuration policies.
configurationPolicySummaries
- Provides metadata for each of your configuration policies.public ListConfigurationPoliciesResult withConfigurationPolicySummaries(ConfigurationPolicySummary... configurationPolicySummaries)
Provides metadata for each of your configuration policies.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurationPolicySummaries(java.util.Collection)
or
withConfigurationPolicySummaries(java.util.Collection)
if you want to override the existing values.
configurationPolicySummaries
- Provides metadata for each of your configuration policies.public ListConfigurationPoliciesResult withConfigurationPolicySummaries(Collection<ConfigurationPolicySummary> configurationPolicySummaries)
Provides metadata for each of your configuration policies.
configurationPolicySummaries
- Provides metadata for each of your configuration policies.public void setNextToken(String nextToken)
The NextToken
value to include in the next ListConfigurationPolicies
request. When the
results of a ListConfigurationPolicies
request exceed MaxResults
, this value can be
used to retrieve the next page of results. This value is null
when there are no more results to
return.
nextToken
- The NextToken
value to include in the next ListConfigurationPolicies
request.
When the results of a ListConfigurationPolicies
request exceed MaxResults
, this
value can be used to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The NextToken
value to include in the next ListConfigurationPolicies
request. When the
results of a ListConfigurationPolicies
request exceed MaxResults
, this value can be
used to retrieve the next page of results. This value is null
when there are no more results to
return.
NextToken
value to include in the next ListConfigurationPolicies
request.
When the results of a ListConfigurationPolicies
request exceed MaxResults
, this
value can be used to retrieve the next page of results. This value is null
when there are no
more results to return.public ListConfigurationPoliciesResult withNextToken(String nextToken)
The NextToken
value to include in the next ListConfigurationPolicies
request. When the
results of a ListConfigurationPolicies
request exceed MaxResults
, this value can be
used to retrieve the next page of results. This value is null
when there are no more results to
return.
nextToken
- The NextToken
value to include in the next ListConfigurationPolicies
request.
When the results of a ListConfigurationPolicies
request exceed MaxResults
, this
value can be used to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public ListConfigurationPoliciesResult clone()