@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, setSdkResponseMetadatapublic void setReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function. For more information, see concurrent-executions.
reservedConcurrentExecutions - The number of concurrent executions reserved for this function. For more information, see
        concurrent-executions.public Integer getReservedConcurrentExecutions()
The number of concurrent executions reserved for this function. For more information, see concurrent-executions.
public PutFunctionConcurrencyResult withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function. For more information, see concurrent-executions.
reservedConcurrentExecutions - The number of concurrent executions reserved for this function. For more information, see
        concurrent-executions.public String toString()
toString in class ObjectObject.toString()public PutFunctionConcurrencyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.