@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 that are reserved for this function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions that are reserved for this function.
|
String |
toString()
Returns a string representation of this object.
|
Concurrency |
withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions that are reserved for this function.
|
public void setReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions that are reserved for this function. For more information, see Managing Concurrency.
reservedConcurrentExecutions
- The number of concurrent executions that are reserved for this function. For more information, see Managing
Concurrency.public Integer getReservedConcurrentExecutions()
The number of concurrent executions that are reserved for this function. For more information, see Managing Concurrency.
public Concurrency withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions that are reserved for this function. For more information, see Managing Concurrency.
reservedConcurrentExecutions
- The number of concurrent executions that are reserved for this function. For more information, see Managing
Concurrency.public String toString()
toString
in class Object
Object.toString()
public Concurrency clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.