@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleImportJobError extends Object implements Serializable, Cloneable, StructuredPojo
Describes an error that occurred within an Asset Bundle import execution.
Constructor and Description |
---|
AssetBundleImportJobError() |
Modifier and Type | Method and Description |
---|---|
AssetBundleImportJobError |
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 or 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 or the error that occurred.
|
String |
toString()
Returns a string representation of this object.
|
AssetBundleImportJobError |
withArn(String arn)
The ARN of the resource whose processing caused an error.
|
AssetBundleImportJobError |
withMessage(String message)
A description of the error.
|
AssetBundleImportJobError |
withType(String type)
The specific error type or 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 AssetBundleImportJobError 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 or the error that occurred.
type
- The specific error type or the error that occurred.public String getType()
The specific error type or the error that occurred.
public AssetBundleImportJobError withType(String type)
The specific error type or the error that occurred.
type
- The specific error type or 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 AssetBundleImportJobError withMessage(String message)
A description of the error.
message
- A description of the error.public String toString()
toString
in class Object
Object.toString()
public AssetBundleImportJobError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.