Struct aws_sdk_securitylake::operation::list_data_lake_exceptions::builders::ListDataLakeExceptionsInputBuilder
source · #[non_exhaustive]pub struct ListDataLakeExceptionsInputBuilder { /* private fields */ }Expand description
A builder for ListDataLakeExceptionsInput.
Implementations§
source§impl ListDataLakeExceptionsInputBuilder
impl ListDataLakeExceptionsInputBuilder
sourcepub fn regions(self, input: impl Into<String>) -> Self
pub fn regions(self, input: impl Into<String>) -> Self
Appends an item to regions.
To override the contents of this collection use set_regions.
List the Amazon Web Services Regions from which exceptions are retrieved.
sourcepub fn set_regions(self, input: Option<Vec<String>>) -> Self
pub fn set_regions(self, input: Option<Vec<String>>) -> Self
List the Amazon Web Services Regions from which exceptions are retrieved.
sourcepub fn get_regions(&self) -> &Option<Vec<String>>
pub fn get_regions(&self) -> &Option<Vec<String>>
List the Amazon Web Services Regions from which exceptions are retrieved.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
List the maximum number of failures in Security Lake.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
List the maximum number of failures in Security Lake.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
List the maximum number of failures in Security Lake.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
sourcepub fn build(self) -> Result<ListDataLakeExceptionsInput, BuildError>
pub fn build(self) -> Result<ListDataLakeExceptionsInput, BuildError>
Consumes the builder and constructs a ListDataLakeExceptionsInput.
source§impl ListDataLakeExceptionsInputBuilder
impl ListDataLakeExceptionsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListDataLakeExceptionsOutput, SdkError<ListDataLakeExceptionsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListDataLakeExceptionsOutput, SdkError<ListDataLakeExceptionsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListDataLakeExceptionsInputBuilder
impl Clone for ListDataLakeExceptionsInputBuilder
source§fn clone(&self) -> ListDataLakeExceptionsInputBuilder
fn clone(&self) -> ListDataLakeExceptionsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListDataLakeExceptionsInputBuilder
impl Default for ListDataLakeExceptionsInputBuilder
source§fn default() -> ListDataLakeExceptionsInputBuilder
fn default() -> ListDataLakeExceptionsInputBuilder
source§impl PartialEq<ListDataLakeExceptionsInputBuilder> for ListDataLakeExceptionsInputBuilder
impl PartialEq<ListDataLakeExceptionsInputBuilder> for ListDataLakeExceptionsInputBuilder
source§fn eq(&self, other: &ListDataLakeExceptionsInputBuilder) -> bool
fn eq(&self, other: &ListDataLakeExceptionsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.