@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetVariableError extends Object implements Serializable, Cloneable, StructuredPojo
Provides the error of the batch get variable API.
Constructor and Description |
---|
BatchGetVariableError() |
Modifier and Type | Method and Description |
---|---|
BatchGetVariableError |
clone() |
boolean |
equals(Object obj) |
Integer |
getCode()
The error code.
|
String |
getMessage()
The error message.
|
String |
getName()
The error 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 error name.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetVariableError |
withCode(Integer code)
The error code.
|
BatchGetVariableError |
withMessage(String message)
The error message.
|
BatchGetVariableError |
withName(String name)
The error name.
|
public void setName(String name)
The error name.
name
- The error name.public String getName()
The error name.
public BatchGetVariableError withName(String name)
The error name.
name
- The error name.public void setCode(Integer code)
The error code.
code
- The error code.public Integer getCode()
The error code.
public BatchGetVariableError 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 BatchGetVariableError withMessage(String message)
The error message.
message
- The error message.public String toString()
toString
in class Object
Object.toString()
public BatchGetVariableError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.