@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3SetObjectTaggingOperation extends Object implements Serializable, Cloneable
Contains the configuration parameters for a PUT Object Tagging operation. S3 Batch Operations passes every object to
the underlying PutObjectTagging
API operation. For more information about the parameters for this
operation, see PutObjectTagging.
Constructor and Description |
---|
S3SetObjectTaggingOperation() |
Modifier and Type | Method and Description |
---|---|
S3SetObjectTaggingOperation |
clone() |
boolean |
equals(Object obj) |
List<S3Tag> |
getTagSet()
|
int |
hashCode() |
void |
setTagSet(Collection<S3Tag> tagSet)
|
String |
toString()
Returns a string representation of this object.
|
S3SetObjectTaggingOperation |
withTagSet(Collection<S3Tag> tagSet)
|
S3SetObjectTaggingOperation |
withTagSet(S3Tag... tagSet)
|
public void setTagSet(Collection<S3Tag> tagSet)
tagSet
- public S3SetObjectTaggingOperation withTagSet(S3Tag... tagSet)
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
- public S3SetObjectTaggingOperation withTagSet(Collection<S3Tag> tagSet)
tagSet
- public String toString()
toString
in class Object
Object.toString()
public S3SetObjectTaggingOperation clone()