@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFunctionUrlConfigsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFunctionUrlConfigsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFunctionUrlConfigsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFunctionName()
The name or ARN of the Lambda function.
|
String |
getMarker()
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
Integer |
getMaxItems()
The maximum number of function URLs to return in the response.
|
int |
hashCode() |
void |
setFunctionName(String functionName)
The name or ARN of the Lambda function.
|
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)
The maximum number of function URLs to return in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListFunctionUrlConfigsRequest |
withFunctionName(String functionName)
The name or ARN of the Lambda function.
|
ListFunctionUrlConfigsRequest |
withMarker(String marker)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
ListFunctionUrlConfigsRequest |
withMaxItems(Integer maxItems)
The maximum number of function URLs to return in the response.
|
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 or ARN of the Lambda function.
Name formats
Function name – my-function
.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
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 or ARN of the Lambda function.
Name formats
Function name – my-function
.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
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 or ARN of the Lambda function.
Name formats
Function name – my-function
.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
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 – my-function
.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
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 ListFunctionUrlConfigsRequest withFunctionName(String functionName)
The name or ARN of the Lambda function.
Name formats
Function name – my-function
.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
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 or ARN of the Lambda function.
Name formats
Function name – my-function
.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN – 123456789012:function:my-function
.
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 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 ListFunctionUrlConfigsRequest 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)
The maximum number of function URLs to return in the response. Note that ListFunctionUrlConfigs
returns a maximum of 50 items in each response, even if you set the number higher.
maxItems
- The maximum number of function URLs to return in the response. Note that
ListFunctionUrlConfigs
returns a maximum of 50 items in each response, even if you set the
number higher.public Integer getMaxItems()
The maximum number of function URLs to return in the response. Note that ListFunctionUrlConfigs
returns a maximum of 50 items in each response, even if you set the number higher.
ListFunctionUrlConfigs
returns a maximum of 50 items in each response, even if you set the
number higher.public ListFunctionUrlConfigsRequest withMaxItems(Integer maxItems)
The maximum number of function URLs to return in the response. Note that ListFunctionUrlConfigs
returns a maximum of 50 items in each response, even if you set the number higher.
maxItems
- The maximum number of function URLs to return in the response. Note that
ListFunctionUrlConfigs
returns a maximum of 50 items in each response, even if you set the
number higher.public String toString()
toString
in class Object
Object.toString()
public ListFunctionUrlConfigsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()