@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAliasRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAliasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFunctionName()
The Lambda function name for which the alias is created.
|
String |
getName()
Name of the alias to delete.
|
int |
hashCode() |
void |
setFunctionName(String functionName)
The Lambda function name for which the alias is created.
|
void |
setName(String name)
Name of the alias to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteAliasRequest |
withFunctionName(String functionName)
The Lambda function name for which the alias is created.
|
DeleteAliasRequest |
withName(String name)
Name of the alias to delete.
|
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 Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName
- The Lambda function name for which the alias is created. Deleting an alias does not delete the function
version to which it is pointing. Note that the length constraint applies only to the ARN. If you specify
only the function name, it is limited to 64 characters in length.public String getFunctionName()
The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.
public DeleteAliasRequest withFunctionName(String functionName)
The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName
- The Lambda function name for which the alias is created. Deleting an alias does not delete the function
version to which it is pointing. Note that the length constraint applies only to the ARN. If you specify
only the function name, it is limited to 64 characters in length.public void setName(String name)
Name of the alias to delete.
name
- Name of the alias to delete.public String getName()
Name of the alias to delete.
public DeleteAliasRequest withName(String name)
Name of the alias to delete.
name
- Name of the alias to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.