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