@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Concurrency extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Concurrency() |
| Modifier and Type | Method and Description |
|---|---|
Concurrency |
clone() |
boolean |
equals(Object obj) |
Integer |
getReservedConcurrentExecutions()
The number of concurrent executions reserved for this function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Concurrency |
withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function.
|
public void setReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function.
reservedConcurrentExecutions - The number of concurrent executions reserved for this function.public Integer getReservedConcurrentExecutions()
The number of concurrent executions reserved for this function.
public Concurrency withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function.
reservedConcurrentExecutions - The number of concurrent executions reserved for this function.public String toString()
toString in class ObjectObject.toString()public Concurrency clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.