@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetJobTaggingResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetJobTaggingResult() |
| Modifier and Type | Method and Description |
|---|---|
GetJobTaggingResult |
clone() |
boolean |
equals(Object obj) |
List<S3Tag> |
getTags()
The set of tags associated with the S3 Batch Operations job.
|
int |
hashCode() |
void |
setTags(Collection<S3Tag> tags)
The set of tags associated with the S3 Batch Operations job.
|
String |
toString()
Returns a string representation of this object.
|
GetJobTaggingResult |
withTags(Collection<S3Tag> tags)
The set of tags associated with the S3 Batch Operations job.
|
GetJobTaggingResult |
withTags(S3Tag... tags)
The set of tags associated with the S3 Batch Operations job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<S3Tag> getTags()
The set of tags associated with the S3 Batch Operations job.
public void setTags(Collection<S3Tag> tags)
The set of tags associated with the S3 Batch Operations job.
tags - The set of tags associated with the S3 Batch Operations job.public GetJobTaggingResult withTags(S3Tag... tags)
The set of tags associated with the S3 Batch Operations job.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - The set of tags associated with the S3 Batch Operations job.public GetJobTaggingResult withTags(Collection<S3Tag> tags)
The set of tags associated with the S3 Batch Operations job.
tags - The set of tags associated with the S3 Batch Operations job.public String toString()
toString in class ObjectObject.toString()public GetJobTaggingResult clone()