public class GetTagsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTagsRequest.MatchTypeEnum
Gets or Sets matchType
|
| Constructor and Description |
|---|
GetTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetTagsRequest |
addTagKeysItem(String tagKeysItem) |
GetTagsRequest |
countResources(Boolean countResources) |
boolean |
equals(Object o) |
GetTagsRequest.MatchTypeEnum |
getMatchType()
Get matchType
|
Integer |
getMaxResults()
Get maxResults
|
String |
getNextToken()
Get nextToken
|
List<String> |
getTagKeys()
Get tagKeys
|
String |
getTagType()
Get tagType
|
int |
hashCode() |
Boolean |
isCountResources()
Get countResources
|
GetTagsRequest |
matchType(GetTagsRequest.MatchTypeEnum matchType) |
GetTagsRequest |
maxResults(Integer maxResults) |
GetTagsRequest |
nextToken(String nextToken) |
void |
setCountResources(Boolean countResources) |
void |
setMatchType(GetTagsRequest.MatchTypeEnum matchType) |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setTagKeys(List<String> tagKeys) |
void |
setTagType(String tagType) |
GetTagsRequest |
tagKeys(List<String> tagKeys) |
GetTagsRequest |
tagType(String tagType) |
String |
toString() |
public GetTagsRequest countResources(Boolean countResources)
public Boolean isCountResources()
public void setCountResources(Boolean countResources)
public GetTagsRequest matchType(GetTagsRequest.MatchTypeEnum matchType)
public GetTagsRequest.MatchTypeEnum getMatchType()
public void setMatchType(GetTagsRequest.MatchTypeEnum matchType)
public GetTagsRequest maxResults(Integer maxResults)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public GetTagsRequest nextToken(String nextToken)
public String getNextToken()
public void setNextToken(String nextToken)
public GetTagsRequest tagKeys(List<String> tagKeys)
public GetTagsRequest addTagKeysItem(String tagKeysItem)
public GetTagsRequest tagType(String tagType)
public String getTagType()
public void setTagType(String tagType)
Copyright © 2026. All rights reserved.