@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteJobTaggingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteJobTaggingRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteJobTaggingRequest |
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
remove tags from.
|
String |
getJobId()
The ID for the job whose tags you want to delete.
|
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
remove tags from.
|
void |
setJobId(String jobId)
The ID for the job whose tags you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteJobTaggingRequest |
withAccountId(String accountId)
The account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job you want to
remove tags from.
|
DeleteJobTaggingRequest |
withJobId(String jobId)
The ID for the job whose tags you want to delete.
|
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 remove tags from.
accountId - The account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job you
want to remove tags from.public String getAccountId()
The account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job you want to remove tags from.
public DeleteJobTaggingRequest withAccountId(String accountId)
The account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job you want to remove tags from.
accountId - The account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job you
want to remove tags from.public void setJobId(String jobId)
The ID for the job whose tags you want to delete.
jobId - The ID for the job whose tags you want to delete.public String getJobId()
The ID for the job whose tags you want to delete.
public DeleteJobTaggingRequest withJobId(String jobId)
The ID for the job whose tags you want to delete.
jobId - The ID for the job whose tags you want to delete.public String toString()
toString in class ObjectObject.toString()public DeleteJobTaggingRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.