@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchError extends Object implements Serializable, Cloneable, StructuredPojo
Error related to a specific channel, specified by its ARN.
Constructor and Description |
---|
BatchError() |
Modifier and Type | Method and Description |
---|---|
BatchError |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
ARN of an IVS resource; e.g., channel.
|
String |
getCode()
Error code.
|
String |
getMessage()
Error message, determined by the application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
ARN of an IVS resource; e.g., channel.
|
void |
setCode(String code)
Error code.
|
void |
setMessage(String message)
Error message, determined by the application.
|
String |
toString()
Returns a string representation of this object.
|
BatchError |
withArn(String arn)
ARN of an IVS resource; e.g., channel.
|
BatchError |
withCode(String code)
Error code.
|
BatchError |
withMessage(String message)
Error message, determined by the application.
|
public void setArn(String arn)
ARN of an IVS resource; e.g., channel.
arn
- ARN of an IVS resource; e.g., channel.public String getArn()
ARN of an IVS resource; e.g., channel.
public BatchError withArn(String arn)
ARN of an IVS resource; e.g., channel.
arn
- ARN of an IVS resource; e.g., channel.public void setCode(String code)
Error code.
code
- Error code.public String getCode()
Error code.
public BatchError withCode(String code)
Error code.
code
- Error code.public void setMessage(String message)
Error message, determined by the application.
message
- Error message, determined by the application.public String getMessage()
Error message, determined by the application.
public BatchError withMessage(String message)
Error message, determined by the application.
message
- Error message, determined by the application.public String toString()
toString
in class Object
Object.toString()
public BatchError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.