@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NegativeValueConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The options that determine the negative value configuration.
Constructor and Description |
---|
NegativeValueConfiguration() |
Modifier and Type | Method and Description |
---|---|
NegativeValueConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDisplayMode()
Determines the display mode of the negative value configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDisplayMode(String displayMode)
Determines the display mode of the negative value configuration.
|
String |
toString()
Returns a string representation of this object.
|
NegativeValueConfiguration |
withDisplayMode(NegativeValueDisplayMode displayMode)
Determines the display mode of the negative value configuration.
|
NegativeValueConfiguration |
withDisplayMode(String displayMode)
Determines the display mode of the negative value configuration.
|
public void setDisplayMode(String displayMode)
Determines the display mode of the negative value configuration.
displayMode
- Determines the display mode of the negative value configuration.NegativeValueDisplayMode
public String getDisplayMode()
Determines the display mode of the negative value configuration.
NegativeValueDisplayMode
public NegativeValueConfiguration withDisplayMode(String displayMode)
Determines the display mode of the negative value configuration.
displayMode
- Determines the display mode of the negative value configuration.NegativeValueDisplayMode
public NegativeValueConfiguration withDisplayMode(NegativeValueDisplayMode displayMode)
Determines the display mode of the negative value configuration.
displayMode
- Determines the display mode of the negative value configuration.NegativeValueDisplayMode
public String toString()
toString
in class Object
Object.toString()
public NegativeValueConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.