@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsJobExecutionsRolloutConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration for the rollout of OTA updates.
| Constructor and Description |
|---|
AwsJobExecutionsRolloutConfig() |
| Modifier and Type | Method and Description |
|---|---|
AwsJobExecutionsRolloutConfig |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaximumPerMinute()
The maximum number of OTA update job executions started per minute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMaximumPerMinute(Integer maximumPerMinute)
The maximum number of OTA update job executions started per minute.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AwsJobExecutionsRolloutConfig |
withMaximumPerMinute(Integer maximumPerMinute)
The maximum number of OTA update job executions started per minute.
|
public void setMaximumPerMinute(Integer maximumPerMinute)
The maximum number of OTA update job executions started per minute.
maximumPerMinute - The maximum number of OTA update job executions started per minute.public Integer getMaximumPerMinute()
The maximum number of OTA update job executions started per minute.
public AwsJobExecutionsRolloutConfig withMaximumPerMinute(Integer maximumPerMinute)
The maximum number of OTA update job executions started per minute.
maximumPerMinute - The maximum number of OTA update job executions started per minute.public String toString()
toString in class ObjectObject.toString()public AwsJobExecutionsRolloutConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.