@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. For more information, see concurrent-executions.
reservedConcurrentExecutions - The number of concurrent executions reserved for this function. For more information, see
        concurrent-executions.public Integer getReservedConcurrentExecutions()
The number of concurrent executions reserved for this function. For more information, see concurrent-executions.
public Concurrency withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function. For more information, see concurrent-executions.
reservedConcurrentExecutions - The number of concurrent executions reserved for this function. For more information, see
        concurrent-executions.public String toString()
toString in class ObjectObject.toString()public Concurrency clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.