@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleImportJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of the import job that includes details of the requested job's configuration and its current status.
Constructor and Description |
---|
AssetBundleImportJobSummary() |
Modifier and Type | Method and Description |
---|---|
AssetBundleImportJobSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the import job.
|
String |
getAssetBundleImportJobId()
The ID of the job.
|
Date |
getCreatedTime()
The time that the import job was created.
|
String |
getFailureAction()
The failure action for the import job.
|
String |
getJobStatus()
The current status of the import job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the import job.
|
void |
setAssetBundleImportJobId(String assetBundleImportJobId)
The ID of the job.
|
void |
setCreatedTime(Date createdTime)
The time that the import job was created.
|
void |
setFailureAction(String failureAction)
The failure action for the import job.
|
void |
setJobStatus(String jobStatus)
The current status of the import job.
|
String |
toString()
Returns a string representation of this object.
|
AssetBundleImportJobSummary |
withArn(String arn)
The ARN of the import job.
|
AssetBundleImportJobSummary |
withAssetBundleImportJobId(String assetBundleImportJobId)
The ID of the job.
|
AssetBundleImportJobSummary |
withCreatedTime(Date createdTime)
The time that the import job was created.
|
AssetBundleImportJobSummary |
withFailureAction(AssetBundleImportFailureAction failureAction)
The failure action for the import job.
|
AssetBundleImportJobSummary |
withFailureAction(String failureAction)
The failure action for the import job.
|
AssetBundleImportJobSummary |
withJobStatus(AssetBundleImportJobStatus jobStatus)
The current status of the import job.
|
AssetBundleImportJobSummary |
withJobStatus(String jobStatus)
The current status of the import job.
|
public void setJobStatus(String jobStatus)
The current status of the import job.
jobStatus
- The current status of the import job.AssetBundleImportJobStatus
public String getJobStatus()
The current status of the import job.
AssetBundleImportJobStatus
public AssetBundleImportJobSummary withJobStatus(String jobStatus)
The current status of the import job.
jobStatus
- The current status of the import job.AssetBundleImportJobStatus
public AssetBundleImportJobSummary withJobStatus(AssetBundleImportJobStatus jobStatus)
The current status of the import job.
jobStatus
- The current status of the import job.AssetBundleImportJobStatus
public void setArn(String arn)
The ARN of the import job.
arn
- The ARN of the import job.public String getArn()
The ARN of the import job.
public AssetBundleImportJobSummary withArn(String arn)
The ARN of the import job.
arn
- The ARN of the import job.public void setCreatedTime(Date createdTime)
The time that the import job was created.
createdTime
- The time that the import job was created.public Date getCreatedTime()
The time that the import job was created.
public AssetBundleImportJobSummary withCreatedTime(Date createdTime)
The time that the import job was created.
createdTime
- The time that the import job was created.public void setAssetBundleImportJobId(String assetBundleImportJobId)
The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.
assetBundleImportJobId
- The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse
this ID for another job.public String getAssetBundleImportJobId()
The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.
public AssetBundleImportJobSummary withAssetBundleImportJobId(String assetBundleImportJobId)
The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.
assetBundleImportJobId
- The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse
this ID for another job.public void setFailureAction(String failureAction)
The failure action for the import job.
failureAction
- The failure action for the import job.AssetBundleImportFailureAction
public String getFailureAction()
The failure action for the import job.
AssetBundleImportFailureAction
public AssetBundleImportJobSummary withFailureAction(String failureAction)
The failure action for the import job.
failureAction
- The failure action for the import job.AssetBundleImportFailureAction
public AssetBundleImportJobSummary withFailureAction(AssetBundleImportFailureAction failureAction)
The failure action for the import job.
failureAction
- The failure action for the import job.AssetBundleImportFailureAction
public String toString()
toString
in class Object
Object.toString()
public AssetBundleImportJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.