public class CreateAliasRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
description
Description of the alias.
|
private java.lang.String |
functionName
Name of the Lambda function for which you want to create an alias.
|
private java.lang.String |
functionVersion
Lambda function version for which you are creating the alias.
|
private java.lang.String |
name
Name for the alias you are creating.
|
NOOP
Constructor and Description |
---|
CreateAliasRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAliasRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
Description of the alias.
|
java.lang.String |
getFunctionName()
Name of the Lambda function for which you want to create an alias.
|
java.lang.String |
getFunctionVersion()
Lambda function version for which you are creating the alias.
|
java.lang.String |
getName()
Name for the alias you are creating.
|
int |
hashCode() |
void |
setDescription(java.lang.String description)
Description of the alias.
|
void |
setFunctionName(java.lang.String functionName)
Name of the Lambda function for which you want to create an alias.
|
void |
setFunctionVersion(java.lang.String functionVersion)
Lambda function version for which you are creating the alias.
|
void |
setName(java.lang.String name)
Name for the alias you are creating.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateAliasRequest |
withDescription(java.lang.String description)
Description of the alias.
|
CreateAliasRequest |
withFunctionName(java.lang.String functionName)
Name of the Lambda function for which you want to create an alias.
|
CreateAliasRequest |
withFunctionVersion(java.lang.String functionVersion)
Lambda function version for which you are creating the alias.
|
CreateAliasRequest |
withName(java.lang.String name)
Name for the alias you are creating.
|
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
private java.lang.String functionName
Name of the Lambda function for which you want to create an alias.
private java.lang.String name
Name for the alias you are creating.
private java.lang.String functionVersion
Lambda function version for which you are creating the alias.
private java.lang.String description
Description of the alias.
public void setFunctionName(java.lang.String functionName)
Name of the Lambda function for which you want to create an alias.
functionName
- Name of the Lambda function for which you want to create an alias.public java.lang.String getFunctionName()
Name of the Lambda function for which you want to create an alias.
public CreateAliasRequest withFunctionName(java.lang.String functionName)
Name of the Lambda function for which you want to create an alias.
functionName
- Name of the Lambda function for which you want to create an alias.public void setName(java.lang.String name)
Name for the alias you are creating.
name
- Name for the alias you are creating.public java.lang.String getName()
Name for the alias you are creating.
public CreateAliasRequest withName(java.lang.String name)
Name for the alias you are creating.
name
- Name for the alias you are creating.public void setFunctionVersion(java.lang.String functionVersion)
Lambda function version for which you are creating the alias.
functionVersion
- Lambda function version for which you are creating the alias.public java.lang.String getFunctionVersion()
Lambda function version for which you are creating the alias.
public CreateAliasRequest withFunctionVersion(java.lang.String functionVersion)
Lambda function version for which you are creating the alias.
functionVersion
- Lambda function version for which you are creating the alias.public void setDescription(java.lang.String description)
Description of the alias.
description
- Description of the alias.public java.lang.String getDescription()
Description of the alias.
public CreateAliasRequest withDescription(java.lang.String description)
Description of the alias.
description
- Description of the alias.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()