@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchCreateVariableError extends Object implements Serializable, Cloneable, StructuredPojo
Provides the error of the batch create variable API.
Constructor and Description |
---|
BatchCreateVariableError() |
Modifier and Type | Method and Description |
---|---|
BatchCreateVariableError |
clone() |
boolean |
equals(Object obj) |
Integer |
getCode()
The error code.
|
String |
getMessage()
The error message.
|
String |
getName()
The name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCode(Integer code)
The error code.
|
void |
setMessage(String message)
The error message.
|
void |
setName(String name)
The name.
|
String |
toString()
Returns a string representation of this object.
|
BatchCreateVariableError |
withCode(Integer code)
The error code.
|
BatchCreateVariableError |
withMessage(String message)
The error message.
|
BatchCreateVariableError |
withName(String name)
The name.
|
public void setName(String name)
The name.
name
- The name.public String getName()
The name.
public BatchCreateVariableError withName(String name)
The name.
name
- The name.public void setCode(Integer code)
The error code.
code
- The error code.public Integer getCode()
The error code.
public BatchCreateVariableError withCode(Integer code)
The error code.
code
- The error code.public void setMessage(String message)
The error message.
message
- The error message.public String getMessage()
The error message.
public BatchCreateVariableError withMessage(String message)
The error message.
message
- The error message.public String toString()
toString
in class Object
Object.toString()
public BatchCreateVariableError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.