@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobExecutionsRolloutConfig extends Object implements Serializable, Cloneable, StructuredPojo
Allows you to create a staged rollout of a job.
| Constructor and Description |
|---|
JobExecutionsRolloutConfig() |
| Modifier and Type | Method and Description |
|---|---|
JobExecutionsRolloutConfig |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaximumPerMinute()
The maximum number of things that will be notified of a pending job, per minute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMaximumPerMinute(Integer maximumPerMinute)
The maximum number of things that will be notified of a pending job, per minute.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
JobExecutionsRolloutConfig |
withMaximumPerMinute(Integer maximumPerMinute)
The maximum number of things that will be notified of a pending job, per minute.
|
public void setMaximumPerMinute(Integer maximumPerMinute)
The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
maximumPerMinute - The maximum number of things that will be notified of a pending job, per minute. This parameter allows you
to create a staged rollout.public Integer getMaximumPerMinute()
The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
public JobExecutionsRolloutConfig withMaximumPerMinute(Integer maximumPerMinute)
The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
maximumPerMinute - The maximum number of things that will be notified of a pending job, per minute. This parameter allows you
to create a staged rollout.public String toString()
toString in class ObjectObject.toString()public JobExecutionsRolloutConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.