@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutJobTaggingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutJobTaggingRequest() |
Modifier and Type | Method and Description |
---|---|
PutJobTaggingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Web Services account ID associated with the S3 Batch Operations job.
|
String |
getJobId()
The ID for the S3 Batch Operations job whose tags you want to replace.
|
List<S3Tag> |
getTags()
The set of tags to associate with the S3 Batch Operations job.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Web Services account ID associated with the S3 Batch Operations job.
|
void |
setJobId(String jobId)
The ID for the S3 Batch Operations job whose tags you want to replace.
|
void |
setTags(Collection<S3Tag> tags)
The set of tags to associate with the S3 Batch Operations job.
|
String |
toString()
Returns a string representation of this object.
|
PutJobTaggingRequest |
withAccountId(String accountId)
The Amazon Web Services account ID associated with the S3 Batch Operations job.
|
PutJobTaggingRequest |
withJobId(String jobId)
The ID for the S3 Batch Operations job whose tags you want to replace.
|
PutJobTaggingRequest |
withTags(Collection<S3Tag> tags)
The set of tags to associate with the S3 Batch Operations job.
|
PutJobTaggingRequest |
withTags(S3Tag... tags)
The set of tags to associate with the S3 Batch Operations job.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAccountId(String accountId)
The Amazon Web Services account ID associated with the S3 Batch Operations job.
accountId
- The Amazon Web Services account ID associated with the S3 Batch Operations job.public String getAccountId()
The Amazon Web Services account ID associated with the S3 Batch Operations job.
public PutJobTaggingRequest withAccountId(String accountId)
The Amazon Web Services account ID associated with the S3 Batch Operations job.
accountId
- The Amazon Web Services account ID associated with the S3 Batch Operations job.public void setJobId(String jobId)
The ID for the S3 Batch Operations job whose tags you want to replace.
jobId
- The ID for the S3 Batch Operations job whose tags you want to replace.public String getJobId()
The ID for the S3 Batch Operations job whose tags you want to replace.
public PutJobTaggingRequest withJobId(String jobId)
The ID for the S3 Batch Operations job whose tags you want to replace.
jobId
- The ID for the S3 Batch Operations job whose tags you want to replace.public List<S3Tag> getTags()
The set of tags to associate with the S3 Batch Operations job.
public void setTags(Collection<S3Tag> tags)
The set of tags to associate with the S3 Batch Operations job.
tags
- The set of tags to associate with the S3 Batch Operations job.public PutJobTaggingRequest withTags(S3Tag... tags)
The set of tags to associate 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 to associate with the S3 Batch Operations job.public PutJobTaggingRequest withTags(Collection<S3Tag> tags)
The set of tags to associate with the S3 Batch Operations job.
tags
- The set of tags to associate with the S3 Batch Operations job.public String toString()
toString
in class Object
Object.toString()
public PutJobTaggingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()