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