@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFunctionConcurrencyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteFunctionConcurrencyRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFunctionConcurrencyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFunctionName()
The name of the function you are removing concurrent execution limits from.
|
int |
hashCode() |
void |
setFunctionName(String functionName)
The name of the function you are removing concurrent execution limits from.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteFunctionConcurrencyRequest |
withFunctionName(String functionName)
The name of the function you are removing concurrent execution limits from.
|
addHandlerContext, copyBaseTo, 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 removing concurrent execution limits from. For more information, see concurrent-executions.
functionName
- The name of the function you are removing concurrent execution limits from. For more information, see
concurrent-executions.public String getFunctionName()
The name of the function you are removing concurrent execution limits from. For more information, see concurrent-executions.
public DeleteFunctionConcurrencyRequest withFunctionName(String functionName)
The name of the function you are removing concurrent execution limits from. For more information, see concurrent-executions.
functionName
- The name of the function you are removing concurrent execution limits from. For more information, see
concurrent-executions.public String toString()
toString
in class Object
Object.toString()
public DeleteFunctionConcurrencyRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2018. All rights reserved.