@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() |
boolean |
equals(Object obj) |
String |
getAccountId()
The account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job you want to
replace tags on.
|
String |
getJobId()
The ID for the job whose tags you want to replace.
|
List<S3Tag> |
getTags()
The set of tags to associate with the job.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job you want to
replace tags on.
|
void |
setJobId(String jobId)
The ID for the job whose tags you want to replace.
|
void |
setTags(Collection<S3Tag> tags)
The set of tags to associate with the job.
|
String |
toString()
Returns a string representation of this object.
|
PutJobTaggingRequest |
withAccountId(String accountId)
The account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job you want to
replace tags on.
|
PutJobTaggingRequest |
withJobId(String jobId)
The ID for the job whose tags you want to replace.
|
PutJobTaggingRequest |
withTags(Collection<S3Tag> tags)
The set of tags to associate with the job.
|
PutJobTaggingRequest |
withTags(S3Tag... tags)
The set of tags to associate with the job.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setAccountId(String accountId)
The account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job you want to replace tags on.
accountId - The account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job you
want to replace tags on.public String getAccountId()
The account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job you want to replace tags on.
public PutJobTaggingRequest withAccountId(String accountId)
The account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job you want to replace tags on.
accountId - The account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job you
want to replace tags on.public void setJobId(String jobId)
The ID for the job whose tags you want to replace.
jobId - The ID for the job whose tags you want to replace.public String getJobId()
The ID for the job whose tags you want to replace.
public PutJobTaggingRequest withJobId(String jobId)
The ID for the job whose tags you want to replace.
jobId - The ID for the job whose tags you want to replace.public List<S3Tag> getTags()
The set of tags to associate with the job.
public void setTags(Collection<S3Tag> tags)
The set of tags to associate with the job.
tags - The set of tags to associate with the job.public PutJobTaggingRequest withTags(S3Tag... tags)
The set of tags to associate with the 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 job.public PutJobTaggingRequest withTags(Collection<S3Tag> tags)
The set of tags to associate with the job.
tags - The set of tags to associate with the job.public String toString()
toString in class ObjectObject.toString()public PutJobTaggingRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.