@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 list all published versions. |
String |
getMarker()
Optional string.
|
String |
getMasterRegion()
Specify a region (e.g.
|
Integer |
getMaxItems()
Optional integer.
|
int |
hashCode() |
void |
setFunctionVersion(FunctionVersion functionVersion)
Set to
ALL to list all published versions. |
void |
setFunctionVersion(String functionVersion)
Set to
ALL to list all published versions. |
void |
setMarker(String marker)
Optional string.
|
void |
setMasterRegion(String masterRegion)
Specify a region (e.g.
|
void |
setMaxItems(Integer maxItems)
Optional integer.
|
String |
toString()
Returns a string representation of this object.
|
ListFunctionsRequest |
withFunctionVersion(FunctionVersion functionVersion)
Set to
ALL to list all published versions. |
ListFunctionsRequest |
withFunctionVersion(String functionVersion)
Set to
ALL to list all published versions. |
ListFunctionsRequest |
withMarker(String marker)
Optional string.
|
ListFunctionsRequest |
withMasterRegion(String masterRegion)
Specify a region (e.g.
|
ListFunctionsRequest |
withMaxItems(Integer maxItems)
Optional integer.
|
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)
Specify a region (e.g. us-east-2
) to only list functions that were created in that region, or
ALL
to include functions replicated from any region. If specified, you also must specify the
FunctionVersion
.
masterRegion
- Specify a region (e.g. us-east-2
) to only list functions that were created in that region, or
ALL
to include functions replicated from any region. If specified, you also must specify the
FunctionVersion
.public String getMasterRegion()
Specify a region (e.g. us-east-2
) to only list functions that were created in that region, or
ALL
to include functions replicated from any region. If specified, you also must specify the
FunctionVersion
.
us-east-2
) to only list functions that were created in that region,
or ALL
to include functions replicated from any region. If specified, you also must specify
the FunctionVersion
.public ListFunctionsRequest withMasterRegion(String masterRegion)
Specify a region (e.g. us-east-2
) to only list functions that were created in that region, or
ALL
to include functions replicated from any region. If specified, you also must specify the
FunctionVersion
.
masterRegion
- Specify a region (e.g. us-east-2
) to only list functions that were created in that region, or
ALL
to include functions replicated from any region. If specified, you also must specify the
FunctionVersion
.public void setFunctionVersion(String functionVersion)
Set to ALL
to list all published versions. If not specified, only the latest unpublished version ARN
is returned.
functionVersion
- Set to ALL
to list all published versions. If not specified, only the latest unpublished
version ARN is returned.FunctionVersion
public String getFunctionVersion()
Set to ALL
to list all published versions. If not specified, only the latest unpublished version ARN
is returned.
ALL
to list all published versions. If not specified, only the latest unpublished
version ARN is returned.FunctionVersion
public ListFunctionsRequest withFunctionVersion(String functionVersion)
Set to ALL
to list all published versions. If not specified, only the latest unpublished version ARN
is returned.
functionVersion
- Set to ALL
to list all published versions. If not specified, only the latest unpublished
version ARN is returned.FunctionVersion
public void setFunctionVersion(FunctionVersion functionVersion)
Set to ALL
to list all published versions. If not specified, only the latest unpublished version ARN
is returned.
functionVersion
- Set to ALL
to list all published versions. If not specified, only the latest unpublished
version ARN is returned.FunctionVersion
public ListFunctionsRequest withFunctionVersion(FunctionVersion functionVersion)
Set to ALL
to list all published versions. If not specified, only the latest unpublished version ARN
is returned.
functionVersion
- Set to ALL
to list all published versions. If not specified, only the latest unpublished
version ARN is returned.FunctionVersion
public void setMarker(String marker)
Optional string. An opaque pagination token returned from a previous ListFunctions
operation. If
present, indicates where to continue the listing.
marker
- Optional string. An opaque pagination token returned from a previous ListFunctions
operation.
If present, indicates where to continue the listing.public String getMarker()
Optional string. An opaque pagination token returned from a previous ListFunctions
operation. If
present, indicates where to continue the listing.
ListFunctions
operation. If present, indicates where to continue the listing.public ListFunctionsRequest withMarker(String marker)
Optional string. An opaque pagination token returned from a previous ListFunctions
operation. If
present, indicates where to continue the listing.
marker
- Optional string. An opaque pagination token returned from a previous ListFunctions
operation.
If present, indicates where to continue the listing.public void setMaxItems(Integer maxItems)
Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0. The absolute maximum of AWS Lambda functions that can be returned is 50.
maxItems
- Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This
parameter value must be greater than 0. The absolute maximum of AWS Lambda functions that can be returned
is 50.public Integer getMaxItems()
Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0. The absolute maximum of AWS Lambda functions that can be returned is 50.
public ListFunctionsRequest withMaxItems(Integer maxItems)
Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0. The absolute maximum of AWS Lambda functions that can be returned is 50.
maxItems
- Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This
parameter value must be greater than 0. The absolute maximum of AWS Lambda functions that can be returned
is 50.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.