@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StepAmountCapability extends Object implements Serializable, Cloneable, StructuredPojo
The details outlining the minimum and maximum capability of a step.
| Constructor and Description |
|---|
StepAmountCapability() |
| Modifier and Type | Method and Description |
|---|---|
StepAmountCapability |
clone() |
boolean |
equals(Object obj) |
Double |
getMax()
The maximum amount.
|
Double |
getMin()
The minimum amount.
|
String |
getName()
The name of the step.
|
Double |
getValue()
The amount value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMax(Double max)
The maximum amount.
|
void |
setMin(Double min)
The minimum amount.
|
void |
setName(String name)
The name of the step.
|
void |
setValue(Double value)
The amount value.
|
String |
toString()
Returns a string representation of this object.
|
StepAmountCapability |
withMax(Double max)
The maximum amount.
|
StepAmountCapability |
withMin(Double min)
The minimum amount.
|
StepAmountCapability |
withName(String name)
The name of the step.
|
StepAmountCapability |
withValue(Double value)
The amount value.
|
public void setMax(Double max)
The maximum amount.
max - The maximum amount.public Double getMax()
The maximum amount.
public StepAmountCapability withMax(Double max)
The maximum amount.
max - The maximum amount.public void setMin(Double min)
The minimum amount.
min - The minimum amount.public Double getMin()
The minimum amount.
public StepAmountCapability withMin(Double min)
The minimum amount.
min - The minimum amount.public void setName(String name)
The name of the step.
name - The name of the step.public String getName()
The name of the step.
public StepAmountCapability withName(String name)
The name of the step.
name - The name of the step.public void setValue(Double value)
The amount value.
value - The amount value.public Double getValue()
The amount value.
public StepAmountCapability withValue(Double value)
The amount value.
value - The amount value.public String toString()
toString in class ObjectObject.toString()public StepAmountCapability clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.