public class TagResourceForDescribeTagsOutput extends Object
| Constructor and Description |
|---|
TagResourceForDescribeTagsOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getResourceId()
Get resourceId
|
String |
getResourceType()
Get resourceType
|
String |
getTagKey()
Get tagKey
|
String |
getTagValue()
Get tagValue
|
int |
hashCode() |
TagResourceForDescribeTagsOutput |
resourceId(String resourceId) |
TagResourceForDescribeTagsOutput |
resourceType(String resourceType) |
void |
setResourceId(String resourceId) |
void |
setResourceType(String resourceType) |
void |
setTagKey(String tagKey) |
void |
setTagValue(String tagValue) |
TagResourceForDescribeTagsOutput |
tagKey(String tagKey) |
TagResourceForDescribeTagsOutput |
tagValue(String tagValue) |
String |
toString() |
public TagResourceForDescribeTagsOutput resourceId(String resourceId)
public String getResourceId()
public void setResourceId(String resourceId)
public TagResourceForDescribeTagsOutput resourceType(String resourceType)
public String getResourceType()
public void setResourceType(String resourceType)
public TagResourceForDescribeTagsOutput tagKey(String tagKey)
public String getTagKey()
public void setTagKey(String tagKey)
public TagResourceForDescribeTagsOutput tagValue(String tagValue)
public String getTagValue()
public void setTagValue(String tagValue)
Copyright © 2024. All rights reserved.