public class GetObjectTaggingResult extends Object
GetObjectTaggingRequest
.Constructor and Description |
---|
GetObjectTaggingResult(List<Tag> tagSet)
Constructs an instance of this object.
|
Modifier and Type | Method and Description |
---|---|
List<Tag> |
getTagSet() |
String |
getVersionId() |
void |
setTagSet(List<Tag> tagSet)
Set the tag set.
|
void |
setVersionId(String versionId)
Set the version ID of the object the tags were retrieved from.
|
GetObjectTaggingResult |
withTagSet(List<Tag> tagSet)
Set the tag set.
|
GetObjectTaggingResult |
withVersionId(String versionId)
Set the version ID of the object the tags were retrieved from.
|
public String getVersionId()
public void setVersionId(String versionId)
versionId
- The version ID.public GetObjectTaggingResult withVersionId(String versionId)
versionId
- The version ID.public void setTagSet(List<Tag> tagSet)
tagSet
- The tag set.public GetObjectTaggingResult withTagSet(List<Tag> tagSet)
tagSet
- The tag set.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.