@Generated(value="software.amazon.awssdk:codegen") public final class IoTJobRateIncreaseCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IoTJobRateIncreaseCriteria.Builder,IoTJobRateIncreaseCriteria>
Contains information about criteria to meet before a job increases its rollout rate. Specify either
numberOfNotifiedThings or numberOfSucceededThings.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IoTJobRateIncreaseCriteria.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IoTJobRateIncreaseCriteria.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
numberOfNotifiedThings()
The number of devices to receive the job notification before the rollout rate increases.
|
Integer |
numberOfSucceededThings()
The number of devices to successfully run the configuration job before the rollout rate increases.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IoTJobRateIncreaseCriteria.Builder> |
serializableBuilderClass() |
IoTJobRateIncreaseCriteria.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer numberOfNotifiedThings()
The number of devices to receive the job notification before the rollout rate increases.
public final Integer numberOfSucceededThings()
The number of devices to successfully run the configuration job before the rollout rate increases.
public IoTJobRateIncreaseCriteria.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IoTJobRateIncreaseCriteria.Builder,IoTJobRateIncreaseCriteria>public static IoTJobRateIncreaseCriteria.Builder builder()
public static Class<? extends IoTJobRateIncreaseCriteria.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.