@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.
reservedConcurrentExecutions
- The number of concurrent executions reserved for this function.public Integer getReservedConcurrentExecutions()
The number of concurrent executions reserved for this function.
public PutFunctionConcurrencyResult withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function.
reservedConcurrentExecutions
- The number of concurrent executions reserved for this function.public String toString()
toString
in class Object
Object.toString()
public PutFunctionConcurrencyResult clone()
Copyright © 2017. All rights reserved.