@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutFunctionConcurrencyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutFunctionConcurrencyResult() |
Modifier and Type | Method and Description |
---|---|
PutFunctionConcurrencyResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getReservedConcurrentExecutions()
The number of concurrent executions that are reserved for this function.
|
int |
hashCode() |
void |
setReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions that are reserved for this function.
|
String |
toString()
Returns a string representation of this object.
|
PutFunctionConcurrencyResult |
withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions that are reserved for this function.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 PutFunctionConcurrencyResult 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 PutFunctionConcurrencyResult clone()