@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGroupResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListGroupResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListGroupResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<ResourceFilter> |
getFilters()
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
|
String |
getGroupName()
The name of the resource group.
|
Integer |
getMaxResults()
The maximum number of group member ARNs that are returned in a single call by ListGroupResources, in paginated
output.
|
String |
getNextToken()
The NextToken value that is returned in a paginated ListGroupResources request.
|
int |
hashCode() |
void |
setFilters(Collection<ResourceFilter> filters)
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
|
void |
setGroupName(String groupName)
The name of the resource group.
|
void |
setMaxResults(Integer maxResults)
The maximum number of group member ARNs that are returned in a single call by ListGroupResources, in paginated
output.
|
void |
setNextToken(String nextToken)
The NextToken value that is returned in a paginated ListGroupResources request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListGroupResourcesRequest |
withFilters(Collection<ResourceFilter> filters)
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
|
ListGroupResourcesRequest |
withFilters(ResourceFilter... filters)
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
|
ListGroupResourcesRequest |
withGroupName(String groupName)
The name of the resource group.
|
ListGroupResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of group member ARNs that are returned in a single call by ListGroupResources, in paginated
output.
|
ListGroupResourcesRequest |
withNextToken(String nextToken)
The NextToken value that is returned in a paginated ListGroupResources request.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setGroupName(String groupName)
The name of the resource group.
groupName
- The name of the resource group.public String getGroupName()
The name of the resource group.
public ListGroupResourcesRequest withGroupName(String groupName)
The name of the resource group.
groupName
- The name of the resource group.public List<ResourceFilter> getFilters()
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
resource-type
- Filter resources by their type. Specify up to five resource types in the format
AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.
resource-type
- Filter resources by their type. Specify up to five resource types in the
format AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.
public void setFilters(Collection<ResourceFilter> filters)
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
resource-type
- Filter resources by their type. Specify up to five resource types in the format
AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.
filters
- Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources
operation.
resource-type
- Filter resources by their type. Specify up to five resource types in the
format AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.
public ListGroupResourcesRequest withFilters(ResourceFilter... filters)
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
resource-type
- Filter resources by their type. Specify up to five resource types in the format
AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources
operation.
resource-type
- Filter resources by their type. Specify up to five resource types in the
format AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.
public ListGroupResourcesRequest withFilters(Collection<ResourceFilter> filters)
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
resource-type
- Filter resources by their type. Specify up to five resource types in the format
AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.
filters
- Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources
operation.
resource-type
- Filter resources by their type. Specify up to five resource types in the
format AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.
public void setMaxResults(Integer maxResults)
The maximum number of group member ARNs that are returned in a single call by ListGroupResources, in paginated output. By default, this number is 50.
maxResults
- The maximum number of group member ARNs that are returned in a single call by ListGroupResources, in
paginated output. By default, this number is 50.public Integer getMaxResults()
The maximum number of group member ARNs that are returned in a single call by ListGroupResources, in paginated output. By default, this number is 50.
public ListGroupResourcesRequest withMaxResults(Integer maxResults)
The maximum number of group member ARNs that are returned in a single call by ListGroupResources, in paginated output. By default, this number is 50.
maxResults
- The maximum number of group member ARNs that are returned in a single call by ListGroupResources, in
paginated output. By default, this number is 50.public void setNextToken(String nextToken)
The NextToken value that is returned in a paginated ListGroupResources request. To get the next page of results, run the call again, add the NextToken parameter, and specify the NextToken value.
nextToken
- The NextToken value that is returned in a paginated ListGroupResources request. To get the next page of
results, run the call again, add the NextToken parameter, and specify the NextToken value.public String getNextToken()
The NextToken value that is returned in a paginated ListGroupResources request. To get the next page of results, run the call again, add the NextToken parameter, and specify the NextToken value.
public ListGroupResourcesRequest withNextToken(String nextToken)
The NextToken value that is returned in a paginated ListGroupResources request. To get the next page of results, run the call again, add the NextToken parameter, and specify the NextToken value.
nextToken
- The NextToken value that is returned in a paginated ListGroupResources request. To get the next page of
results, run the call again, add the NextToken parameter, and specify the NextToken value.public String toString()
toString
in class Object
Object.toString()
public ListGroupResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.