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