@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public JobExecutionsRolloutConfig 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.