@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAliasesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAliasesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAliasesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFunctionName()
Lambda function name for which the alias is created.
|
String |
getFunctionVersion()
If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda
function version, otherwise the API returns all of the aliases created for the Lambda function.
|
String |
getMarker()
Optional string.
|
Integer |
getMaxItems()
Optional integer.
|
int |
hashCode() |
void |
setFunctionName(String functionName)
Lambda function name for which the alias is created.
|
void |
setFunctionVersion(String functionVersion)
If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda
function version, otherwise the API returns all of the aliases created for the Lambda function.
|
void |
setMarker(String marker)
Optional string.
|
void |
setMaxItems(Integer maxItems)
Optional integer.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListAliasesRequest |
withFunctionName(String functionName)
Lambda function name for which the alias is created.
|
ListAliasesRequest |
withFunctionVersion(String functionVersion)
If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda
function version, otherwise the API returns all of the aliases created for the Lambda function.
|
ListAliasesRequest |
withMarker(String marker)
Optional string.
|
ListAliasesRequest |
withMaxItems(Integer maxItems)
Optional integer.
|
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, withSdkRequestTimeoutpublic void setFunctionName(String functionName)
Lambda function name for which the alias is created. 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 - Lambda function name for which the alias is created. 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()
Lambda function name for which the alias is created. 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 ListAliasesRequest withFunctionName(String functionName)
Lambda function name for which the alias is created. 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 - Lambda function name for which the alias is created. 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 setFunctionVersion(String functionVersion)
If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.
functionVersion - If you specify this optional parameter, the API returns only the aliases that are pointing to the specific
Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.public String getFunctionVersion()
If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.
public ListAliasesRequest withFunctionVersion(String functionVersion)
If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.
functionVersion - If you specify this optional parameter, the API returns only the aliases that are pointing to the specific
Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.public void setMarker(String marker)
Optional string. An opaque pagination token returned from a previous ListAliases operation. If
present, indicates where to continue the listing.
marker - Optional string. An opaque pagination token returned from a previous ListAliases operation.
If present, indicates where to continue the listing.public String getMarker()
Optional string. An opaque pagination token returned from a previous ListAliases operation. If
present, indicates where to continue the listing.
ListAliases operation.
If present, indicates where to continue the listing.public ListAliasesRequest withMarker(String marker)
Optional string. An opaque pagination token returned from a previous ListAliases operation. If
present, indicates where to continue the listing.
marker - Optional string. An opaque pagination token returned from a previous ListAliases operation.
If present, indicates where to continue the listing.public void setMaxItems(Integer maxItems)
Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.
maxItems - Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must
be greater than 0.public Integer getMaxItems()
Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.
public ListAliasesRequest withMaxItems(Integer maxItems)
Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.
maxItems - Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must
be greater than 0.public String toString()
toString in class ObjectObject.toString()public ListAliasesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.