@Generated(value="software.amazon.awssdk:codegen") public final class ListGroupResourcesRequest extends ResourceGroupsRequest implements ToCopyableBuilder<ListGroupResourcesRequest.Builder,ListGroupResourcesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListGroupResourcesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListGroupResourcesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<ResourceFilter> |
filters()
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupName()
The name of the resource group.
|
int |
hashCode() |
Integer |
maxResults()
The maximum number of group member ARNs that are returned in a single call by ListGroupResources, in paginated
output.
|
String |
nextToken()
The NextToken value that is returned in a paginated ListGroupResources request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListGroupResourcesRequest.Builder> |
serializableBuilderClass() |
ListGroupResourcesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String groupName()
The name of the resource group.
public List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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 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.
public 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.
public ListGroupResourcesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListGroupResourcesRequest.Builder,ListGroupResourcesRequest>toBuilder in class ResourceGroupsRequestpublic static ListGroupResourcesRequest.Builder builder()
public static Class<? extends ListGroupResourcesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.