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 request.
|
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.
|
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
public void setFunctionName(String functionName)
Lambda function name for which the alias is created.
functionName
- Lambda function name for which the alias is created.public String getFunctionName()
Lambda function name for which the alias is created.
public ListAliasesRequest withFunctionName(String functionName)
Lambda function name for which the alias is created.
functionName
- Lambda function name for which the alias is created.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 Object
Object.toString()
public ListAliasesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2018. All rights reserved.