Struct aws_sdk_securityhub::operation::list_invitations::builders::ListInvitationsInputBuilder
source · #[non_exhaustive]pub struct ListInvitationsInputBuilder { /* private fields */ }Expand description
A builder for ListInvitationsInput.
Implementations§
source§impl ListInvitationsInputBuilder
impl ListInvitationsInputBuilder
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of items to return in the response.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of items to return in the response.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum number of items to return in the response.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token that is required for pagination. On your first call to the ListInvitations operation, set the value of this parameter to NULL.
For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token that is required for pagination. On your first call to the ListInvitations operation, set the value of this parameter to NULL.
For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token that is required for pagination. On your first call to the ListInvitations operation, set the value of this parameter to NULL.
For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
sourcepub fn build(self) -> Result<ListInvitationsInput, BuildError>
pub fn build(self) -> Result<ListInvitationsInput, BuildError>
Consumes the builder and constructs a ListInvitationsInput.
source§impl ListInvitationsInputBuilder
impl ListInvitationsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListInvitationsOutput, SdkError<ListInvitationsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListInvitationsOutput, SdkError<ListInvitationsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListInvitationsInputBuilder
impl Clone for ListInvitationsInputBuilder
source§fn clone(&self) -> ListInvitationsInputBuilder
fn clone(&self) -> ListInvitationsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListInvitationsInputBuilder
impl Debug for ListInvitationsInputBuilder
source§impl Default for ListInvitationsInputBuilder
impl Default for ListInvitationsInputBuilder
source§fn default() -> ListInvitationsInputBuilder
fn default() -> ListInvitationsInputBuilder
source§impl PartialEq for ListInvitationsInputBuilder
impl PartialEq for ListInvitationsInputBuilder
source§fn eq(&self, other: &ListInvitationsInputBuilder) -> bool
fn eq(&self, other: &ListInvitationsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.