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