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