@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)
Marshalls this structured data using the given
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.
|
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 Object
Object.toString()
public AwsJobExecutionsRolloutConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.