Struct aws_sdk_greengrass::operation::list_function_definitions::builders::ListFunctionDefinitionsFluentBuilder
source · pub struct ListFunctionDefinitionsFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to ListFunctionDefinitions
.
Retrieves a list of Lambda function definitions.
Implementations§
source§impl ListFunctionDefinitionsFluentBuilder
impl ListFunctionDefinitionsFluentBuilder
sourcepub fn as_input(&self) -> &ListFunctionDefinitionsInputBuilder
pub fn as_input(&self) -> &ListFunctionDefinitionsInputBuilder
Access the ListFunctionDefinitions as a reference.
sourcepub async fn send(
self
) -> Result<ListFunctionDefinitionsOutput, SdkError<ListFunctionDefinitionsError, HttpResponse>>
pub async fn send( self ) -> Result<ListFunctionDefinitionsOutput, SdkError<ListFunctionDefinitionsError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<ListFunctionDefinitionsOutput, ListFunctionDefinitionsError, Self>
pub fn customize( self ) -> CustomizableOperation<ListFunctionDefinitionsOutput, ListFunctionDefinitionsError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn max_results(self, input: impl Into<String>) -> Self
pub fn max_results(self, input: impl Into<String>) -> Self
The maximum number of results to be returned per request.
sourcepub fn set_max_results(self, input: Option<String>) -> Self
pub fn set_max_results(self, input: Option<String>) -> Self
The maximum number of results to be returned per request.
sourcepub fn get_max_results(&self) -> &Option<String>
pub fn get_max_results(&self) -> &Option<String>
The maximum number of results to be returned per request.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token for the next set of results, or ’‘null’’ if there are no additional results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token for the next set of results, or ’‘null’’ if there are no additional results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token for the next set of results, or ’‘null’’ if there are no additional results.
Trait Implementations§
source§impl Clone for ListFunctionDefinitionsFluentBuilder
impl Clone for ListFunctionDefinitionsFluentBuilder
source§fn clone(&self) -> ListFunctionDefinitionsFluentBuilder
fn clone(&self) -> ListFunctionDefinitionsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more