public class ListTagsForResourcesResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
ListTagsForResourcesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourcesResponse |
addResourceTagsItem(ResourceTagForListTagsForResourcesOutput resourceTagsItem) |
boolean |
equals(Object o) |
Integer |
getPageNumber()
Get pageNumber
|
Integer |
getPageSize()
Get pageSize
|
@Valid List<ResourceTagForListTagsForResourcesOutput> |
getResourceTags()
Get resourceTags
|
Integer |
getTotalCount()
Get totalCount
|
int |
hashCode() |
ListTagsForResourcesResponse |
pageNumber(Integer pageNumber) |
ListTagsForResourcesResponse |
pageSize(Integer pageSize) |
ListTagsForResourcesResponse |
resourceTags(List<ResourceTagForListTagsForResourcesOutput> resourceTags) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageSize(Integer pageSize) |
void |
setResourceTags(List<ResourceTagForListTagsForResourcesOutput> resourceTags) |
void |
setTotalCount(Integer totalCount) |
String |
toString() |
ListTagsForResourcesResponse |
totalCount(Integer totalCount) |
getResponseMetadata, setResponseMetadatapublic ListTagsForResourcesResponse pageNumber(Integer pageNumber)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public ListTagsForResourcesResponse pageSize(Integer pageSize)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public ListTagsForResourcesResponse resourceTags(List<ResourceTagForListTagsForResourcesOutput> resourceTags)
public ListTagsForResourcesResponse addResourceTagsItem(ResourceTagForListTagsForResourcesOutput resourceTagsItem)
@Valid public @Valid List<ResourceTagForListTagsForResourcesOutput> getResourceTags()
public void setResourceTags(List<ResourceTagForListTagsForResourcesOutput> resourceTags)
public ListTagsForResourcesResponse totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
Copyright © 2026. All rights reserved.