@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutFunctionConcurrencyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutFunctionConcurrencyRequest() |
Modifier and Type | Method and Description |
---|---|
PutFunctionConcurrencyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFunctionName()
The name of the function you are setting concurrent execution limits on.
|
Integer |
getReservedConcurrentExecutions()
The concurrent execution limit reserved for this function.
|
int |
hashCode() |
void |
setFunctionName(String functionName)
The name of the function you are setting concurrent execution limits on.
|
void |
setReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The concurrent execution limit reserved for this function.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutFunctionConcurrencyRequest |
withFunctionName(String functionName)
The name of the function you are setting concurrent execution limits on.
|
PutFunctionConcurrencyRequest |
withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The concurrent execution limit reserved for this function.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFunctionName(String functionName)
The name of the function you are setting concurrent execution limits on. For more information, see concurrent-executions.
functionName
- The name of the function you are setting concurrent execution limits on. For more information, see
concurrent-executions.public String getFunctionName()
The name of the function you are setting concurrent execution limits on. For more information, see concurrent-executions.
public PutFunctionConcurrencyRequest withFunctionName(String functionName)
The name of the function you are setting concurrent execution limits on. For more information, see concurrent-executions.
functionName
- The name of the function you are setting concurrent execution limits on. For more information, see
concurrent-executions.public void setReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The concurrent execution limit reserved for this function. For more information, see concurrent-executions.
reservedConcurrentExecutions
- The concurrent execution limit reserved for this function. For more information, see
concurrent-executions.public Integer getReservedConcurrentExecutions()
The concurrent execution limit reserved for this function. For more information, see concurrent-executions.
public PutFunctionConcurrencyRequest withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The concurrent execution limit reserved for this function. For more information, see concurrent-executions.
reservedConcurrentExecutions
- The concurrent execution limit reserved for this function. For more information, see
concurrent-executions.public String toString()
toString
in class Object
Object.toString()
public PutFunctionConcurrencyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.