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