@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Tagging extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
Tagging() |
| Modifier and Type | Method and Description |
|---|---|
Tagging |
clone() |
boolean |
equals(Object obj) |
List<S3Tag> |
getTagSet()
A collection for a set of tags.
|
int |
hashCode() |
void |
setTagSet(Collection<S3Tag> tagSet)
A collection for a set of tags.
|
String |
toString()
Returns a string representation of this object.
|
Tagging |
withTagSet(Collection<S3Tag> tagSet)
A collection for a set of tags.
|
Tagging |
withTagSet(S3Tag... tagSet)
A collection for a set of tags.
|
public List<S3Tag> getTagSet()
A collection for a set of tags.
public void setTagSet(Collection<S3Tag> tagSet)
A collection for a set of tags.
tagSet - A collection for a set of tags.public Tagging withTagSet(S3Tag... tagSet)
A collection for a set of tags.
NOTE: This method appends the values to the existing list (if any). Use
setTagSet(java.util.Collection) or withTagSet(java.util.Collection) if you want to override the
existing values.
tagSet - A collection for a set of tags.public Tagging withTagSet(Collection<S3Tag> tagSet)
A collection for a set of tags.
tagSet - A collection for a set of tags.public String toString()
toString in class ObjectObject.toString()