public class GetTagKeysRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTagKeysRequest.MatchTypeEnum
Gets or Sets matchType
|
| Constructor and Description |
|---|
GetTagKeysRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GetTagKeysRequest.MatchTypeEnum |
getMatchType()
Get matchType
|
Integer |
getMaxResults()
Get maxResults
|
String |
getNextToken()
Get nextToken
|
String |
getTagKey()
Get tagKey
|
String |
getTagType()
Get tagType
|
int |
hashCode() |
GetTagKeysRequest |
matchType(GetTagKeysRequest.MatchTypeEnum matchType) |
GetTagKeysRequest |
maxResults(Integer maxResults) |
GetTagKeysRequest |
nextToken(String nextToken) |
void |
setMatchType(GetTagKeysRequest.MatchTypeEnum matchType) |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setTagKey(String tagKey) |
void |
setTagType(String tagType) |
GetTagKeysRequest |
tagKey(String tagKey) |
GetTagKeysRequest |
tagType(String tagType) |
String |
toString() |
public GetTagKeysRequest matchType(GetTagKeysRequest.MatchTypeEnum matchType)
public GetTagKeysRequest.MatchTypeEnum getMatchType()
public void setMatchType(GetTagKeysRequest.MatchTypeEnum matchType)
public GetTagKeysRequest maxResults(Integer maxResults)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public GetTagKeysRequest nextToken(String nextToken)
public String getNextToken()
public void setNextToken(String nextToken)
public GetTagKeysRequest tagKey(String tagKey)
public String getTagKey()
public void setTagKey(String tagKey)
public GetTagKeysRequest tagType(String tagType)
public String getTagType()
public void setTagType(String tagType)
Copyright © 2026. All rights reserved.