@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAssetBundleImportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAssetBundleImportJobRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAssetBundleImportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssetBundleImportJobId()
The ID of the job.
|
String |
getAwsAccountId()
The ID of the Amazon Web Services account the import job was executed in.
|
int |
hashCode() |
void |
setAssetBundleImportJobId(String assetBundleImportJobId)
The ID of the job.
|
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account the import job was executed in.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAssetBundleImportJobRequest |
withAssetBundleImportJobId(String assetBundleImportJobId)
The ID of the job.
|
DescribeAssetBundleImportJobRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account the import job was executed in.
|
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 setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account the import job was executed in.
awsAccountId
- The ID of the Amazon Web Services account the import job was executed in.public String getAwsAccountId()
The ID of the Amazon Web Services account the import job was executed in.
public DescribeAssetBundleImportJobRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account the import job was executed in.
awsAccountId
- The ID of the Amazon Web Services account the import job was executed in.public void setAssetBundleImportJobId(String assetBundleImportJobId)
The ID of the job. The job ID is set when you start a new job with a StartAssetBundleImportJob
API
call.
assetBundleImportJobId
- The ID of the job. The job ID is set when you start a new job with a
StartAssetBundleImportJob
API call.public String getAssetBundleImportJobId()
The ID of the job. The job ID is set when you start a new job with a StartAssetBundleImportJob
API
call.
StartAssetBundleImportJob
API call.public DescribeAssetBundleImportJobRequest withAssetBundleImportJobId(String assetBundleImportJobId)
The ID of the job. The job ID is set when you start a new job with a StartAssetBundleImportJob
API
call.
assetBundleImportJobId
- The ID of the job. The job ID is set when you start a new job with a
StartAssetBundleImportJob
API call.public String toString()
toString
in class Object
Object.toString()
public DescribeAssetBundleImportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()