public class ListTagsForResourcesResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
ListTagsForResourcesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourcesResponse |
addResourceTagsItem(ResourceTagForListTagsForResourcesOutput resourceTagsItem) |
boolean |
equals(Object o) |
String |
getNextToken()
Get nextToken
|
String |
getRequestId()
Get requestId
|
@Valid List<ResourceTagForListTagsForResourcesOutput> |
getResourceTags()
Get resourceTags
|
int |
hashCode() |
ListTagsForResourcesResponse |
nextToken(String nextToken) |
ListTagsForResourcesResponse |
requestId(String requestId) |
ListTagsForResourcesResponse |
resourceTags(List<ResourceTagForListTagsForResourcesOutput> resourceTags) |
void |
setNextToken(String nextToken) |
void |
setRequestId(String requestId) |
void |
setResourceTags(List<ResourceTagForListTagsForResourcesOutput> resourceTags) |
String |
toString() |
getResponseMetadata, setResponseMetadatapublic ListTagsForResourcesResponse nextToken(String nextToken)
public String getNextToken()
public void setNextToken(String nextToken)
public ListTagsForResourcesResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
public ListTagsForResourcesResponse resourceTags(List<ResourceTagForListTagsForResourcesOutput> resourceTags)
public ListTagsForResourcesResponse addResourceTagsItem(ResourceTagForListTagsForResourcesOutput resourceTagsItem)
@Valid public @Valid List<ResourceTagForListTagsForResourcesOutput> getResourceTags()
public void setResourceTags(List<ResourceTagForListTagsForResourcesOutput> resourceTags)
Copyright © 2024. All rights reserved.