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