ToCopyableBuilder<GetResourcesResponse.Builder,GetResourcesResponse>
@Generated("software.amazon.awssdk:codegen") public class GetResourcesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetResourcesResponse.Builder,GetResourcesResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetResourcesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetResourcesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
paginationToken() |
A string that indicates that the response contains more data than can be returned in a single response.
|
List<ResourceTagMapping> |
resourceTagMappingList() |
A list of resource ARNs and the tags (keys and values) associated with each.
|
static Class<? extends GetResourcesResponse.Builder> |
serializableBuilderClass() |
|
GetResourcesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String paginationToken()
A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken
value in a subsequent request.
PaginationToken
value in a
subsequent request.public List<ResourceTagMapping> resourceTagMappingList()
A list of resource ARNs and the tags (keys and values) associated with each.
public GetResourcesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetResourcesResponse.Builder,GetResourcesResponse>
public static GetResourcesResponse.Builder builder()
public static Class<? extends GetResourcesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.