@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()
The name of the Lambda function.
|
String |
getFunctionVersion()
Specify a function version to only list aliases that invoke that version.
|
String |
getMarker()
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
Integer |
getMaxItems()
Limit the number of aliases returned.
|
int |
hashCode() |
void |
setFunctionName(String functionName)
The name of the Lambda function.
|
void |
setFunctionVersion(String functionVersion)
Specify a function version to only list aliases that invoke that version.
|
void |
setMarker(String marker)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
void |
setMaxItems(Integer maxItems)
Limit the number of aliases returned.
|
String |
toString()
Returns a string representation of this object.
|
ListAliasesRequest |
withFunctionName(String functionName)
The name of the Lambda function.
|
ListAliasesRequest |
withFunctionVersion(String functionVersion)
Specify a function version to only list aliases that invoke that version.
|
ListAliasesRequest |
withMarker(String marker)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
ListAliasesRequest |
withMaxItems(Integer maxItems)
Limit the number of aliases returned.
|
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, withSdkRequestTimeout
public void setFunctionName(String functionName)
The name of the Lambda function.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName
- The name of the Lambda function.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public String getFunctionName()
The name of the Lambda function.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public ListAliasesRequest withFunctionName(String functionName)
The name of the Lambda function.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName
- The name of the Lambda function.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public void setFunctionVersion(String functionVersion)
Specify a function version to only list aliases that invoke that version.
functionVersion
- Specify a function version to only list aliases that invoke that version.public String getFunctionVersion()
Specify a function version to only list aliases that invoke that version.
public ListAliasesRequest withFunctionVersion(String functionVersion)
Specify a function version to only list aliases that invoke that version.
functionVersion
- Specify a function version to only list aliases that invoke that version.public void setMarker(String marker)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
marker
- Specify the pagination token that's returned by a previous request to retrieve the next page of results.public String getMarker()
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
public ListAliasesRequest withMarker(String marker)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
marker
- Specify the pagination token that's returned by a previous request to retrieve the next page of results.public void setMaxItems(Integer maxItems)
Limit the number of aliases returned.
maxItems
- Limit the number of aliases returned.public Integer getMaxItems()
Limit the number of aliases returned.
public ListAliasesRequest withMaxItems(Integer maxItems)
Limit the number of aliases returned.
maxItems
- Limit the number of aliases returned.public String toString()
toString
in class Object
Object.toString()
public ListAliasesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()