@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 |
getMarker()
Use this field when paginating results to indicate where to begin in your list of functions.
|
String |
getMaxItems()
The maximum number of functions that you want in the response.
|
String |
getStage()
An optional filter to return only the functions that are in the specified stage, either
DEVELOPMENT
or LIVE . |
int |
hashCode() |
void |
setMarker(String marker)
Use this field when paginating results to indicate where to begin in your list of functions.
|
void |
setMaxItems(String maxItems)
The maximum number of functions that you want in the response.
|
void |
setStage(String stage)
An optional filter to return only the functions that are in the specified stage, either
DEVELOPMENT
or LIVE . |
String |
toString()
Returns a string representation of this object.
|
ListFunctionsRequest |
withMarker(String marker)
Use this field when paginating results to indicate where to begin in your list of functions.
|
ListFunctionsRequest |
withMaxItems(String maxItems)
The maximum number of functions that you want in the response.
|
ListFunctionsRequest |
withStage(FunctionStage stage)
An optional filter to return only the functions that are in the specified stage, either
DEVELOPMENT
or LIVE . |
ListFunctionsRequest |
withStage(String stage)
An optional filter to return only the functions that are in the specified stage, either
DEVELOPMENT
or LIVE . |
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 setMarker(String marker)
Use this field when paginating results to indicate where to begin in your list of functions. The response
includes functions in the list that occur after the marker. To get the next page of the list, set this field's
value to the value of NextMarker
from the current page's response.
marker
- Use this field when paginating results to indicate where to begin in your list of functions. The response
includes functions in the list that occur after the marker. To get the next page of the list, set this
field's value to the value of NextMarker
from the current page's response.public String getMarker()
Use this field when paginating results to indicate where to begin in your list of functions. The response
includes functions in the list that occur after the marker. To get the next page of the list, set this field's
value to the value of NextMarker
from the current page's response.
NextMarker
from the current page's response.public ListFunctionsRequest withMarker(String marker)
Use this field when paginating results to indicate where to begin in your list of functions. The response
includes functions in the list that occur after the marker. To get the next page of the list, set this field's
value to the value of NextMarker
from the current page's response.
marker
- Use this field when paginating results to indicate where to begin in your list of functions. The response
includes functions in the list that occur after the marker. To get the next page of the list, set this
field's value to the value of NextMarker
from the current page's response.public void setMaxItems(String maxItems)
The maximum number of functions that you want in the response.
maxItems
- The maximum number of functions that you want in the response.public String getMaxItems()
The maximum number of functions that you want in the response.
public ListFunctionsRequest withMaxItems(String maxItems)
The maximum number of functions that you want in the response.
maxItems
- The maximum number of functions that you want in the response.public void setStage(String stage)
An optional filter to return only the functions that are in the specified stage, either DEVELOPMENT
or LIVE
.
stage
- An optional filter to return only the functions that are in the specified stage, either
DEVELOPMENT
or LIVE
.FunctionStage
public String getStage()
An optional filter to return only the functions that are in the specified stage, either DEVELOPMENT
or LIVE
.
DEVELOPMENT
or LIVE
.FunctionStage
public ListFunctionsRequest withStage(String stage)
An optional filter to return only the functions that are in the specified stage, either DEVELOPMENT
or LIVE
.
stage
- An optional filter to return only the functions that are in the specified stage, either
DEVELOPMENT
or LIVE
.FunctionStage
public ListFunctionsRequest withStage(FunctionStage stage)
An optional filter to return only the functions that are in the specified stage, either DEVELOPMENT
or LIVE
.
stage
- An optional filter to return only the functions that are in the specified stage, either
DEVELOPMENT
or LIVE
.FunctionStage
public String toString()
toString
in class Object
Object.toString()
public ListFunctionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()