@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()
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 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, 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.
functionName
- The name of the function you are removing concurrent execution limits from.public String getFunctionName()
The name of the function you are removing concurrent execution limits from.
public DeleteFunctionConcurrencyRequest withFunctionName(String functionName)
The name of the function you are removing concurrent execution limits from.
functionName
- The name of the function you are removing concurrent execution limits from.public String toString()
toString
in class Object
Object.toString()
public DeleteFunctionConcurrencyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.