@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleExportJobWarning extends Object implements Serializable, Cloneable, StructuredPojo
Describes a warning that occurred during an Asset Bundle export job.
| Constructor and Description |
|---|
AssetBundleExportJobWarning() |
| Modifier and Type | Method and Description |
|---|---|
AssetBundleExportJobWarning |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the resource whose processing caused a warning.
|
String |
getMessage()
A description of the warning.
|
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 a warning.
|
void |
setMessage(String message)
A description of the warning.
|
String |
toString()
Returns a string representation of this object.
|
AssetBundleExportJobWarning |
withArn(String arn)
The ARN of the resource whose processing caused a warning.
|
AssetBundleExportJobWarning |
withMessage(String message)
A description of the warning.
|
public void setArn(String arn)
The ARN of the resource whose processing caused a warning.
arn - The ARN of the resource whose processing caused a warning.public String getArn()
The ARN of the resource whose processing caused a warning.
public AssetBundleExportJobWarning withArn(String arn)
The ARN of the resource whose processing caused a warning.
arn - The ARN of the resource whose processing caused a warning.public void setMessage(String message)
A description of the warning.
message - A description of the warning.public String getMessage()
A description of the warning.
public AssetBundleExportJobWarning withMessage(String message)
A description of the warning.
message - A description of the warning.public String toString()
toString in class ObjectObject.toString()public AssetBundleExportJobWarning clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.