@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 reserved for this function.
|
int |
hashCode() |
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.
|
PutFunctionConcurrencyResult |
withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function. For more information, see Managing Concurrency.
reservedConcurrentExecutions
- The number of concurrent executions reserved for this function. For more information, see Managing Concurrency.public Integer getReservedConcurrentExecutions()
The number of concurrent executions reserved for this function. For more information, see Managing Concurrency.
public PutFunctionConcurrencyResult withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function. For more information, see Managing Concurrency.
reservedConcurrentExecutions
- The number of concurrent executions reserved for this function. For more information, see Managing Concurrency.public String toString()
toString
in class Object
Object.toString()
public PutFunctionConcurrencyResult clone()
Copyright © 2018. All rights reserved.