@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()
The maximum number of functions to return.
|
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)
The maximum number of functions to return.
|
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)
The maximum number of functions to return.
|
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-1
filters the
list of functions to only include Lambda@Edge functions replicated from a master function in US East (N.
Virginia). If specified, you must set FunctionVersion
to ALL
.
masterRegion
- For Lambda@Edge functions, the AWS Region of the master function. For example, us-east-1
filters the list of functions to only include Lambda@Edge functions replicated from a master function in
US East (N. Virginia). 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-1
filters the
list of functions to only include Lambda@Edge functions replicated from a master function in US East (N.
Virginia). If specified, you must set FunctionVersion
to ALL
.
us-east-1
filters the list of functions to only include Lambda@Edge functions replicated from a master function in
US East (N. Virginia). 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-1
filters the
list of functions to only include Lambda@Edge functions replicated from a master function in US East (N.
Virginia). If specified, you must set FunctionVersion
to ALL
.
masterRegion
- For Lambda@Edge functions, the AWS Region of the master function. For example, us-east-1
filters the list of functions to only include Lambda@Edge functions replicated from a master function in
US East (N. Virginia). 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)
The maximum number of functions to return.
maxItems
- The maximum number of functions to return.public Integer getMaxItems()
The maximum number of functions to return.
public ListFunctionsRequest withMaxItems(Integer maxItems)
The maximum number of functions to return.
maxItems
- The maximum number of functions to return.public String toString()
toString
in class Object
Object.toString()
public ListFunctionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()