@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleExportJobError extends Object implements Serializable, Cloneable, StructuredPojo
Describes an error that occurred during an Asset Bundle export job.
Constructor and Description |
---|
AssetBundleExportJobError() |
Modifier and Type | Method and Description |
---|---|
AssetBundleExportJobError |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the resource whose processing caused an error.
|
String |
getMessage()
A description of the error.
|
String |
getType()
The specific error type of the error that occurred.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the resource whose processing caused an error.
|
void |
setMessage(String message)
A description of the error.
|
void |
setType(String type)
The specific error type of the error that occurred.
|
String |
toString()
Returns a string representation of this object.
|
AssetBundleExportJobError |
withArn(String arn)
The ARN of the resource whose processing caused an error.
|
AssetBundleExportJobError |
withMessage(String message)
A description of the error.
|
AssetBundleExportJobError |
withType(String type)
The specific error type of the error that occurred.
|
public void setArn(String arn)
The ARN of the resource whose processing caused an error.
arn
- The ARN of the resource whose processing caused an error.public String getArn()
The ARN of the resource whose processing caused an error.
public AssetBundleExportJobError withArn(String arn)
The ARN of the resource whose processing caused an error.
arn
- The ARN of the resource whose processing caused an error.public void setType(String type)
The specific error type of the error that occurred.
type
- The specific error type of the error that occurred.public String getType()
The specific error type of the error that occurred.
public AssetBundleExportJobError withType(String type)
The specific error type of the error that occurred.
type
- The specific error type of the error that occurred.public void setMessage(String message)
A description of the error.
message
- A description of the error.public String getMessage()
A description of the error.
public AssetBundleExportJobError withMessage(String message)
A description of the error.
message
- A description of the error.public String toString()
toString
in class Object
Object.toString()
public AssetBundleExportJobError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.