@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleExportJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of the export job that includes details of the job's configuration and its current status.
Constructor and Description |
---|
AssetBundleExportJobSummary() |
Modifier and Type | Method and Description |
---|---|
AssetBundleExportJobSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the export job.
|
String |
getAssetBundleExportJobId()
The ID of the export job.
|
Date |
getCreatedTime()
The time that the export job was created.
|
String |
getExportFormat()
The format for the export job.
|
Boolean |
getIncludeAllDependencies()
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
|
Boolean |
getIncludePermissions()
The flag that determines the inclusion of permissions associated with each resource ARN.
|
Boolean |
getIncludeTags()
The flag that determines the inclusion of tags associated with each resource ARN.
|
String |
getJobStatus()
The current status of the export job.
|
int |
hashCode() |
Boolean |
isIncludeAllDependencies()
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
|
Boolean |
isIncludePermissions()
The flag that determines the inclusion of permissions associated with each resource ARN.
|
Boolean |
isIncludeTags()
The flag that determines the inclusion of tags associated with each resource ARN.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the export job.
|
void |
setAssetBundleExportJobId(String assetBundleExportJobId)
The ID of the export job.
|
void |
setCreatedTime(Date createdTime)
The time that the export job was created.
|
void |
setExportFormat(String exportFormat)
The format for the export job.
|
void |
setIncludeAllDependencies(Boolean includeAllDependencies)
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
|
void |
setIncludePermissions(Boolean includePermissions)
The flag that determines the inclusion of permissions associated with each resource ARN.
|
void |
setIncludeTags(Boolean includeTags)
The flag that determines the inclusion of tags associated with each resource ARN.
|
void |
setJobStatus(String jobStatus)
The current status of the export job.
|
String |
toString()
Returns a string representation of this object.
|
AssetBundleExportJobSummary |
withArn(String arn)
The ARN of the export job.
|
AssetBundleExportJobSummary |
withAssetBundleExportJobId(String assetBundleExportJobId)
The ID of the export job.
|
AssetBundleExportJobSummary |
withCreatedTime(Date createdTime)
The time that the export job was created.
|
AssetBundleExportJobSummary |
withExportFormat(AssetBundleExportFormat exportFormat)
The format for the export job.
|
AssetBundleExportJobSummary |
withExportFormat(String exportFormat)
The format for the export job.
|
AssetBundleExportJobSummary |
withIncludeAllDependencies(Boolean includeAllDependencies)
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
|
AssetBundleExportJobSummary |
withIncludePermissions(Boolean includePermissions)
The flag that determines the inclusion of permissions associated with each resource ARN.
|
AssetBundleExportJobSummary |
withIncludeTags(Boolean includeTags)
The flag that determines the inclusion of tags associated with each resource ARN.
|
AssetBundleExportJobSummary |
withJobStatus(AssetBundleExportJobStatus jobStatus)
The current status of the export job.
|
AssetBundleExportJobSummary |
withJobStatus(String jobStatus)
The current status of the export job.
|
public void setJobStatus(String jobStatus)
The current status of the export job.
jobStatus
- The current status of the export job.AssetBundleExportJobStatus
public String getJobStatus()
The current status of the export job.
AssetBundleExportJobStatus
public AssetBundleExportJobSummary withJobStatus(String jobStatus)
The current status of the export job.
jobStatus
- The current status of the export job.AssetBundleExportJobStatus
public AssetBundleExportJobSummary withJobStatus(AssetBundleExportJobStatus jobStatus)
The current status of the export job.
jobStatus
- The current status of the export job.AssetBundleExportJobStatus
public void setArn(String arn)
The ARN of the export job.
arn
- The ARN of the export job.public String getArn()
The ARN of the export job.
public AssetBundleExportJobSummary withArn(String arn)
The ARN of the export job.
arn
- The ARN of the export job.public void setCreatedTime(Date createdTime)
The time that the export job was created.
createdTime
- The time that the export job was created.public Date getCreatedTime()
The time that the export job was created.
public AssetBundleExportJobSummary withCreatedTime(Date createdTime)
The time that the export job was created.
createdTime
- The time that the export job was created.public void setAssetBundleExportJobId(String assetBundleExportJobId)
The ID of the export job.
assetBundleExportJobId
- The ID of the export job.public String getAssetBundleExportJobId()
The ID of the export job.
public AssetBundleExportJobSummary withAssetBundleExportJobId(String assetBundleExportJobId)
The ID of the export job.
assetBundleExportJobId
- The ID of the export job.public void setIncludeAllDependencies(Boolean includeAllDependencies)
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
includeAllDependencies
- The flag that determines the inclusion of resource dependencies in the returned asset bundle.public Boolean getIncludeAllDependencies()
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
public AssetBundleExportJobSummary withIncludeAllDependencies(Boolean includeAllDependencies)
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
includeAllDependencies
- The flag that determines the inclusion of resource dependencies in the returned asset bundle.public Boolean isIncludeAllDependencies()
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
public void setExportFormat(String exportFormat)
The format for the export job.
exportFormat
- The format for the export job.AssetBundleExportFormat
public String getExportFormat()
The format for the export job.
AssetBundleExportFormat
public AssetBundleExportJobSummary withExportFormat(String exportFormat)
The format for the export job.
exportFormat
- The format for the export job.AssetBundleExportFormat
public AssetBundleExportJobSummary withExportFormat(AssetBundleExportFormat exportFormat)
The format for the export job.
exportFormat
- The format for the export job.AssetBundleExportFormat
public void setIncludePermissions(Boolean includePermissions)
The flag that determines the inclusion of permissions associated with each resource ARN.
includePermissions
- The flag that determines the inclusion of permissions associated with each resource ARN.public Boolean getIncludePermissions()
The flag that determines the inclusion of permissions associated with each resource ARN.
public AssetBundleExportJobSummary withIncludePermissions(Boolean includePermissions)
The flag that determines the inclusion of permissions associated with each resource ARN.
includePermissions
- The flag that determines the inclusion of permissions associated with each resource ARN.public Boolean isIncludePermissions()
The flag that determines the inclusion of permissions associated with each resource ARN.
public void setIncludeTags(Boolean includeTags)
The flag that determines the inclusion of tags associated with each resource ARN.
includeTags
- The flag that determines the inclusion of tags associated with each resource ARN.public Boolean getIncludeTags()
The flag that determines the inclusion of tags associated with each resource ARN.
public AssetBundleExportJobSummary withIncludeTags(Boolean includeTags)
The flag that determines the inclusion of tags associated with each resource ARN.
includeTags
- The flag that determines the inclusion of tags associated with each resource ARN.public Boolean isIncludeTags()
The flag that determines the inclusion of tags associated with each resource ARN.
public String toString()
toString
in class Object
Object.toString()
public AssetBundleExportJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.