public class GetAliasRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
functionName
Function name for which the alias is created.
|
private java.lang.String |
name
Name of the alias for which you want to retrieve information.
|
NOOP
Constructor and Description |
---|
GetAliasRequest() |
Modifier and Type | Method and Description |
---|---|
GetAliasRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFunctionName()
Function name for which the alias is created.
|
java.lang.String |
getName()
Name of the alias for which you want to retrieve information.
|
int |
hashCode() |
void |
setFunctionName(java.lang.String functionName)
Function name for which the alias is created.
|
void |
setName(java.lang.String name)
Name of the alias for which you want to retrieve information.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetAliasRequest |
withFunctionName(java.lang.String functionName)
Function name for which the alias is created.
|
GetAliasRequest |
withName(java.lang.String name)
Name of the alias for which you want to retrieve information.
|
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
Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.
private java.lang.String name
Name of the alias for which you want to retrieve information.
public void setFunctionName(java.lang.String functionName)
Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.
functionName
- Function name for which the alias is created. An alias is a
subresource that exists only in the context of an existing Lambda
function so you must specify the function name.public java.lang.String getFunctionName()
Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.
public GetAliasRequest withFunctionName(java.lang.String functionName)
Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.
functionName
- Function name for which the alias is created. An alias is a
subresource that exists only in the context of an existing Lambda
function so you must specify the function name.public void setName(java.lang.String name)
Name of the alias for which you want to retrieve information.
name
- Name of the alias for which you want to retrieve information.public java.lang.String getName()
Name of the alias for which you want to retrieve information.
public GetAliasRequest withName(java.lang.String name)
Name of the alias for which you want to retrieve information.
name
- Name of the alias for which you want to retrieve information.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 GetAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()