@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidationExceptionErrorArgument extends Object implements Serializable, Cloneable, StructuredPojo
A validation exception error argument.
Constructor and Description |
---|
ValidationExceptionErrorArgument() |
Modifier and Type | Method and Description |
---|---|
ValidationExceptionErrorArgument |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The argument's name.
|
String |
getValue()
The argument's value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The argument's name.
|
void |
setValue(String value)
The argument's value.
|
String |
toString()
Returns a string representation of this object.
|
ValidationExceptionErrorArgument |
withName(String name)
The argument's name.
|
ValidationExceptionErrorArgument |
withValue(String value)
The argument's value.
|
public void setName(String name)
The argument's name.
name
- The argument's name.public String getName()
The argument's name.
public ValidationExceptionErrorArgument withName(String name)
The argument's name.
name
- The argument's name.public void setValue(String value)
The argument's value.
value
- The argument's value.public String getValue()
The argument's value.
public ValidationExceptionErrorArgument withValue(String value)
The argument's value.
value
- The argument's value.public String toString()
toString
in class Object
Object.toString()
public ValidationExceptionErrorArgument clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.