Struct aws_sdk_securityhub::operation::list_configuration_policies::builders::ListConfigurationPoliciesInputBuilder
source · #[non_exhaustive]pub struct ListConfigurationPoliciesInputBuilder { /* private fields */ }
Expand description
A builder for ListConfigurationPoliciesInput
.
Implementations§
source§impl ListConfigurationPoliciesInputBuilder
impl ListConfigurationPoliciesInputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The NextToken value that's returned from a previous paginated ListConfigurationPolicies
request where MaxResults
was used but the results exceeded the value of that parameter. Pagination continues from the MaxResults
was used but the results exceeded the value of that parameter. Pagination continues from the end of the previous response that returned the NextToken
value. This value is null
when there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The NextToken value that's returned from a previous paginated ListConfigurationPolicies
request where MaxResults
was used but the results exceeded the value of that parameter. Pagination continues from the MaxResults
was used but the results exceeded the value of that parameter. Pagination continues from the end of the previous response that returned the NextToken
value. This value is null
when there are no more results to return.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The NextToken value that's returned from a previous paginated ListConfigurationPolicies
request where MaxResults
was used but the results exceeded the value of that parameter. Pagination continues from the MaxResults
was used but the results exceeded the value of that parameter. Pagination continues from the end of the previous response that returned the NextToken
value. This value is null
when there are no more results to return.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of results that's returned by ListConfigurationPolicies
in each page of the response. When this parameter is used, ListConfigurationPolicies
returns the specified number of results in a single page and a NextToken
response element. You can see the remaining results of the initial request by sending another ListConfigurationPolicies
request with the returned NextToken
value. A valid range for MaxResults
is between 1 and 100.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of results that's returned by ListConfigurationPolicies
in each page of the response. When this parameter is used, ListConfigurationPolicies
returns the specified number of results in a single page and a NextToken
response element. You can see the remaining results of the initial request by sending another ListConfigurationPolicies
request with the returned NextToken
value. A valid range for MaxResults
is between 1 and 100.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum number of results that's returned by ListConfigurationPolicies
in each page of the response. When this parameter is used, ListConfigurationPolicies
returns the specified number of results in a single page and a NextToken
response element. You can see the remaining results of the initial request by sending another ListConfigurationPolicies
request with the returned NextToken
value. A valid range for MaxResults
is between 1 and 100.
sourcepub fn build(self) -> Result<ListConfigurationPoliciesInput, BuildError>
pub fn build(self) -> Result<ListConfigurationPoliciesInput, BuildError>
Consumes the builder and constructs a ListConfigurationPoliciesInput
.
source§impl ListConfigurationPoliciesInputBuilder
impl ListConfigurationPoliciesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListConfigurationPoliciesOutput, SdkError<ListConfigurationPoliciesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListConfigurationPoliciesOutput, SdkError<ListConfigurationPoliciesError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListConfigurationPoliciesInputBuilder
impl Clone for ListConfigurationPoliciesInputBuilder
source§fn clone(&self) -> ListConfigurationPoliciesInputBuilder
fn clone(&self) -> ListConfigurationPoliciesInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListConfigurationPoliciesInputBuilder
impl Default for ListConfigurationPoliciesInputBuilder
source§fn default() -> ListConfigurationPoliciesInputBuilder
fn default() -> ListConfigurationPoliciesInputBuilder
source§impl PartialEq for ListConfigurationPoliciesInputBuilder
impl PartialEq for ListConfigurationPoliciesInputBuilder
source§fn eq(&self, other: &ListConfigurationPoliciesInputBuilder) -> bool
fn eq(&self, other: &ListConfigurationPoliciesInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.