@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProvisionedConcurrencyConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetProvisionedConcurrencyConfigRequest() |
Modifier and Type | Method and Description |
---|---|
GetProvisionedConcurrencyConfigRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFunctionName()
The name of the Lambda function.
|
String |
getQualifier()
The version number or alias name.
|
int |
hashCode() |
void |
setFunctionName(String functionName)
The name of the Lambda function.
|
void |
setQualifier(String qualifier)
The version number or alias name.
|
String |
toString()
Returns a string representation of this object.
|
GetProvisionedConcurrencyConfigRequest |
withFunctionName(String functionName)
The name of the Lambda function.
|
GetProvisionedConcurrencyConfigRequest |
withQualifier(String qualifier)
The version number or alias name.
|
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 GetProvisionedConcurrencyConfigRequest()
public void setFunctionName(String functionName)
The name of the Lambda function.
Name formats
Function name – my-function
.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName
- The name of the Lambda function.
Name formats
Function name – my-function
.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public String getFunctionName()
The name of the Lambda function.
Name formats
Function name – my-function
.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
Name formats
Function name – my-function
.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public GetProvisionedConcurrencyConfigRequest withFunctionName(String functionName)
The name of the Lambda function.
Name formats
Function name – my-function
.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName
- The name of the Lambda function.
Name formats
Function name – my-function
.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public void setQualifier(String qualifier)
The version number or alias name.
qualifier
- The version number or alias name.public String getQualifier()
The version number or alias name.
public GetProvisionedConcurrencyConfigRequest withQualifier(String qualifier)
The version number or alias name.
qualifier
- The version number or alias name.public String toString()
toString
in class Object
Object.toString()
public GetProvisionedConcurrencyConfigRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.