@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFunctionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFunctionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFunctionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFunctionVersion()
Set to
ALL to include entries for all published versions of each function. |
String |
getMarker()
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
String |
getMasterRegion()
For Lambda@Edge functions, the AWS Region of the master function.
|
Integer |
getMaxItems()
Specify a value between 1 and 50 to limit the number of functions in the response.
|
int |
hashCode() |
void |
setFunctionVersion(FunctionVersion functionVersion)
Set to
ALL to include entries for all published versions of each function. |
void |
setFunctionVersion(String functionVersion)
Set to
ALL to include entries for all published versions of each function. |
void |
setMarker(String marker)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
void |
setMasterRegion(String masterRegion)
For Lambda@Edge functions, the AWS Region of the master function.
|
void |
setMaxItems(Integer maxItems)
Specify a value between 1 and 50 to limit the number of functions in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListFunctionsRequest |
withFunctionVersion(FunctionVersion functionVersion)
Set to
ALL to include entries for all published versions of each function. |
ListFunctionsRequest |
withFunctionVersion(String functionVersion)
Set to
ALL to include entries for all published versions of each function. |
ListFunctionsRequest |
withMarker(String marker)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
ListFunctionsRequest |
withMasterRegion(String masterRegion)
For Lambda@Edge functions, the AWS Region of the master function.
|
ListFunctionsRequest |
withMaxItems(Integer maxItems)
Specify a value between 1 and 50 to limit the number of functions 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 setMasterRegion(String masterRegion)
For Lambda@Edge functions, the AWS Region of the master function. For example, us-east-2
or
ALL
. If specified, you must set FunctionVersion
to ALL
.
masterRegion
- For Lambda@Edge functions, the AWS Region of the master function. For example, us-east-2
or
ALL
. If specified, you must set FunctionVersion
to ALL
.public String getMasterRegion()
For Lambda@Edge functions, the AWS Region of the master function. For example, us-east-2
or
ALL
. If specified, you must set FunctionVersion
to ALL
.
us-east-2
or
ALL
. If specified, you must set FunctionVersion
to ALL
.public ListFunctionsRequest withMasterRegion(String masterRegion)
For Lambda@Edge functions, the AWS Region of the master function. For example, us-east-2
or
ALL
. If specified, you must set FunctionVersion
to ALL
.
masterRegion
- For Lambda@Edge functions, the AWS Region of the master function. For example, us-east-2
or
ALL
. If specified, you must set FunctionVersion
to ALL
.public void setFunctionVersion(String functionVersion)
Set to ALL
to include entries for all published versions of each function.
functionVersion
- Set to ALL
to include entries for all published versions of each function.FunctionVersion
public String getFunctionVersion()
Set to ALL
to include entries for all published versions of each function.
ALL
to include entries for all published versions of each function.FunctionVersion
public ListFunctionsRequest withFunctionVersion(String functionVersion)
Set to ALL
to include entries for all published versions of each function.
functionVersion
- Set to ALL
to include entries for all published versions of each function.FunctionVersion
public void setFunctionVersion(FunctionVersion functionVersion)
Set to ALL
to include entries for all published versions of each function.
functionVersion
- Set to ALL
to include entries for all published versions of each function.FunctionVersion
public ListFunctionsRequest withFunctionVersion(FunctionVersion functionVersion)
Set to ALL
to include entries for all published versions of each function.
functionVersion
- Set to ALL
to include entries for all published versions of each function.FunctionVersion
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 ListFunctionsRequest 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)
Specify a value between 1 and 50 to limit the number of functions in the response.
maxItems
- Specify a value between 1 and 50 to limit the number of functions in the response.public Integer getMaxItems()
Specify a value between 1 and 50 to limit the number of functions in the response.
public ListFunctionsRequest withMaxItems(Integer maxItems)
Specify a value between 1 and 50 to limit the number of functions in the response.
maxItems
- Specify a value between 1 and 50 to limit the number of functions in the response.public String toString()
toString
in class Object
Object.toString()
public ListFunctionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.