public class ListFunctionsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
marker
Optional string.
|
private java.lang.Integer |
maxItems
Optional integer.
|
NOOP
Constructor and Description |
---|
ListFunctionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFunctionsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
Optional string.
|
java.lang.Integer |
getMaxItems()
Optional integer.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
Optional string.
|
void |
setMaxItems(java.lang.Integer maxItems)
Optional integer.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListFunctionsRequest |
withMarker(java.lang.String marker)
Optional string.
|
ListFunctionsRequest |
withMaxItems(java.lang.Integer maxItems)
Optional integer.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String marker
Optional string. An opaque pagination token returned from a previous
ListFunctions
operation. If present, indicates where to
continue the listing.
private java.lang.Integer maxItems
Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.
public void setMarker(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListFunctionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()