public class ListFunctionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListFunctions operation
.
Returns a list of your Lambda functions. For each function, the response includes the function configuration information. You must use GetFunction to retrieve the code for your function.
This operation requires permission for the
lambda:ListFunctions
action.
NOOP
Constructor and Description |
---|
ListFunctionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFunctionsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getMarker()
Optional string.
|
Integer |
getMaxItems()
Optional integer.
|
int |
hashCode() |
void |
setMarker(String marker)
Optional string.
|
void |
setMaxItems(Integer maxItems)
Optional integer.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListFunctionsRequest |
withMarker(String marker)
Optional string.
|
ListFunctionsRequest |
withMaxItems(Integer maxItems)
Optional integer.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getMarker()
ListFunctions
operation. If present, indicates where to
continue the listing.ListFunctions
operation. If present, indicates where to
continue the listing.public void setMarker(String marker)
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 ListFunctionsRequest withMarker(String marker)
ListFunctions
operation. If present, indicates where to
continue the listing.
Returns a reference to this object so that method calls can be chained together.
marker
- Optional string. An opaque pagination token returned from a previous
ListFunctions
operation. If present, indicates where to
continue the listing.public Integer getMaxItems()
Constraints:
Range: 1 - 10000
public void setMaxItems(Integer maxItems)
Constraints:
Range: 1 - 10000
maxItems
- Optional integer. Specifies the maximum number of AWS Lambda functions
to return in response. This parameter value must be greater than 0.public ListFunctionsRequest withMaxItems(Integer maxItems)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 10000
maxItems
- Optional integer. Specifies the maximum number of AWS Lambda functions
to return in response. This parameter value must be greater than 0.public String toString()
toString
in class Object
Object.toString()
public ListFunctionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.