@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IoTJobRateIncreaseCriteria extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about criteria to meet before a job increases its rollout rate. Specify either
numberOfNotifiedThings
or numberOfSucceededThings
.
Constructor and Description |
---|
IoTJobRateIncreaseCriteria() |
Modifier and Type | Method and Description |
---|---|
IoTJobRateIncreaseCriteria |
clone() |
boolean |
equals(Object obj) |
Integer |
getNumberOfNotifiedThings()
The number of devices to receive the job notification before the rollout rate increases.
|
Integer |
getNumberOfSucceededThings()
The number of devices to successfully run the configuration job before the rollout rate increases.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNumberOfNotifiedThings(Integer numberOfNotifiedThings)
The number of devices to receive the job notification before the rollout rate increases.
|
void |
setNumberOfSucceededThings(Integer numberOfSucceededThings)
The number of devices to successfully run the configuration job before the rollout rate increases.
|
String |
toString()
Returns a string representation of this object.
|
IoTJobRateIncreaseCriteria |
withNumberOfNotifiedThings(Integer numberOfNotifiedThings)
The number of devices to receive the job notification before the rollout rate increases.
|
IoTJobRateIncreaseCriteria |
withNumberOfSucceededThings(Integer numberOfSucceededThings)
The number of devices to successfully run the configuration job before the rollout rate increases.
|
public void setNumberOfNotifiedThings(Integer numberOfNotifiedThings)
The number of devices to receive the job notification before the rollout rate increases.
numberOfNotifiedThings
- The number of devices to receive the job notification before the rollout rate increases.public Integer getNumberOfNotifiedThings()
The number of devices to receive the job notification before the rollout rate increases.
public IoTJobRateIncreaseCriteria withNumberOfNotifiedThings(Integer numberOfNotifiedThings)
The number of devices to receive the job notification before the rollout rate increases.
numberOfNotifiedThings
- The number of devices to receive the job notification before the rollout rate increases.public void setNumberOfSucceededThings(Integer numberOfSucceededThings)
The number of devices to successfully run the configuration job before the rollout rate increases.
numberOfSucceededThings
- The number of devices to successfully run the configuration job before the rollout rate increases.public Integer getNumberOfSucceededThings()
The number of devices to successfully run the configuration job before the rollout rate increases.
public IoTJobRateIncreaseCriteria withNumberOfSucceededThings(Integer numberOfSucceededThings)
The number of devices to successfully run the configuration job before the rollout rate increases.
numberOfSucceededThings
- The number of devices to successfully run the configuration job before the rollout rate increases.public String toString()
toString
in class Object
Object.toString()
public IoTJobRateIncreaseCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.