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 request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, 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.
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.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.
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.
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.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.