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 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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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.
maxItems
- Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This
parameter value must be greater than 0.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.
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.
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.