public class DeleteAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteAliasRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteAliasRequest | clone() | 
| 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. | 
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public DeleteAliasRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.