public class ListAliasesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
functionName
Lambda function name for which the alias is created.
|
private java.lang.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.
|
private java.lang.String |
marker
Optional string.
|
private java.lang.Integer |
maxItems
Optional integer.
|
NOOP
Constructor and Description |
---|
ListAliasesRequest() |
Modifier and Type | Method and Description |
---|---|
ListAliasesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFunctionName()
Lambda function name for which the alias is created.
|
java.lang.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.
|
java.lang.String |
getMarker()
Optional string.
|
java.lang.Integer |
getMaxItems()
Optional integer.
|
int |
hashCode() |
void |
setFunctionName(java.lang.String functionName)
Lambda function name for which the alias is created.
|
void |
setFunctionVersion(java.lang.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(java.lang.String marker)
Optional string.
|
void |
setMaxItems(java.lang.Integer maxItems)
Optional integer.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListAliasesRequest |
withFunctionName(java.lang.String functionName)
Lambda function name for which the alias is created.
|
ListAliasesRequest |
withFunctionVersion(java.lang.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(java.lang.String marker)
Optional string.
|
ListAliasesRequest |
withMaxItems(java.lang.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
private java.lang.String functionName
Lambda function name for which the alias is created.
private java.lang.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.
private java.lang.String marker
Optional string. An opaque pagination token returned from a previous
ListAliases
operation. If present, indicates where to
continue the listing.
private java.lang.Integer maxItems
Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.
public void setFunctionName(java.lang.String functionName)
Lambda function name for which the alias is created.
functionName
- Lambda function name for which the alias is created.public java.lang.String getFunctionName()
Lambda function name for which the alias is created.
public ListAliasesRequest withFunctionName(java.lang.String functionName)
Lambda function name for which the alias is created.
functionName
- Lambda function name for which the alias is created.public void setFunctionVersion(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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 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 ListAliasesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()