Class CreateAliasRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.lambda.model.CreateAliasRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
Description of the alias.Name of the Lambda function for which you want to create an alias.Lambda function version for which you are creating the alias.getName()
Name for the alias you are creating.int
hashCode()
void
setDescription
(String description) Description of the alias.void
setFunctionName
(String functionName) Name of the Lambda function for which you want to create an alias.void
setFunctionVersion
(String functionVersion) Lambda function version for which you are creating the alias.void
Name for the alias you are creating.toString()
Returns a string representation of this object; useful for testing and debugging.withDescription
(String description) Description of the alias.withFunctionName
(String functionName) Name of the Lambda function for which you want to create an alias.withFunctionVersion
(String functionVersion) Lambda function version for which you are creating the alias.Name for the alias you are creating.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
CreateAliasRequest
public CreateAliasRequest()
-
-
Method Details
-
setFunctionName
Name of the Lambda function for which you want to create an alias.
- Parameters:
functionName
- Name of the Lambda function for which you want to create an alias.
-
getFunctionName
Name of the Lambda function for which you want to create an alias.
- Returns:
- Name of the Lambda function for which you want to create an alias.
-
withFunctionName
Name of the Lambda function for which you want to create an alias.
- Parameters:
functionName
- Name of the Lambda function for which you want to create an alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
Name for the alias you are creating.
- Parameters:
name
- Name for the alias you are creating.
-
getName
Name for the alias you are creating.
- Returns:
- Name for the alias you are creating.
-
withName
Name for the alias you are creating.
- Parameters:
name
- Name for the alias you are creating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFunctionVersion
Lambda function version for which you are creating the alias.
- Parameters:
functionVersion
- Lambda function version for which you are creating the alias.
-
getFunctionVersion
Lambda function version for which you are creating the alias.
- Returns:
- Lambda function version for which you are creating the alias.
-
withFunctionVersion
Lambda function version for which you are creating the alias.
- Parameters:
functionVersion
- Lambda function version for which you are creating the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
Description of the alias.
- Parameters:
description
- Description of the alias.
-
getDescription
Description of the alias.
- Returns:
- Description of the alias.
-
withDescription
Description of the alias.
- Parameters:
description
- Description of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-