@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) |
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)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.