@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RateIncreaseCriteria extends Object implements Serializable, Cloneable, StructuredPojo
Allows you to define a criteria to initiate the increase in rate of rollout for a job.
Constructor and Description |
---|
RateIncreaseCriteria() |
Modifier and Type | Method and Description |
---|---|
RateIncreaseCriteria |
clone() |
boolean |
equals(Object obj) |
Integer |
getNumberOfNotifiedThings()
The threshold for number of notified things that will initiate the increase in rate of rollout.
|
Integer |
getNumberOfSucceededThings()
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNumberOfNotifiedThings(Integer numberOfNotifiedThings)
The threshold for number of notified things that will initiate the increase in rate of rollout.
|
void |
setNumberOfSucceededThings(Integer numberOfSucceededThings)
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
|
String |
toString()
Returns a string representation of this object.
|
RateIncreaseCriteria |
withNumberOfNotifiedThings(Integer numberOfNotifiedThings)
The threshold for number of notified things that will initiate the increase in rate of rollout.
|
RateIncreaseCriteria |
withNumberOfSucceededThings(Integer numberOfSucceededThings)
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
|
public void setNumberOfNotifiedThings(Integer numberOfNotifiedThings)
The threshold for number of notified things that will initiate the increase in rate of rollout.
numberOfNotifiedThings
- The threshold for number of notified things that will initiate the increase in rate of rollout.public Integer getNumberOfNotifiedThings()
The threshold for number of notified things that will initiate the increase in rate of rollout.
public RateIncreaseCriteria withNumberOfNotifiedThings(Integer numberOfNotifiedThings)
The threshold for number of notified things that will initiate the increase in rate of rollout.
numberOfNotifiedThings
- The threshold for number of notified things that will initiate the increase in rate of rollout.public void setNumberOfSucceededThings(Integer numberOfSucceededThings)
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
numberOfSucceededThings
- The threshold for number of succeeded things that will initiate the increase in rate of rollout.public Integer getNumberOfSucceededThings()
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
public RateIncreaseCriteria withNumberOfSucceededThings(Integer numberOfSucceededThings)
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
numberOfSucceededThings
- The threshold for number of succeeded things that will initiate the increase in rate of rollout.public String toString()
toString
in class Object
Object.toString()
public RateIncreaseCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.