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