Struct aws_sdk_verifiedpermissions::operation::list_identity_sources::builders::ListIdentitySourcesOutputBuilder
source · #[non_exhaustive]pub struct ListIdentitySourcesOutputBuilder { /* private fields */ }Expand description
A builder for ListIdentitySourcesOutput.
Implementations§
source§impl ListIdentitySourcesOutputBuilder
impl ListIdentitySourcesOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
sourcepub fn identity_sources(self, input: IdentitySourceItem) -> Self
pub fn identity_sources(self, input: IdentitySourceItem) -> Self
Appends an item to identity_sources.
To override the contents of this collection use set_identity_sources.
The list of identity sources stored in the specified policy store.
sourcepub fn set_identity_sources(
self,
input: Option<Vec<IdentitySourceItem>>
) -> Self
pub fn set_identity_sources( self, input: Option<Vec<IdentitySourceItem>> ) -> Self
The list of identity sources stored in the specified policy store.
sourcepub fn get_identity_sources(&self) -> &Option<Vec<IdentitySourceItem>>
pub fn get_identity_sources(&self) -> &Option<Vec<IdentitySourceItem>>
The list of identity sources stored in the specified policy store.
sourcepub fn build(self) -> Result<ListIdentitySourcesOutput, BuildError>
pub fn build(self) -> Result<ListIdentitySourcesOutput, BuildError>
Consumes the builder and constructs a ListIdentitySourcesOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ListIdentitySourcesOutputBuilder
impl Clone for ListIdentitySourcesOutputBuilder
source§fn clone(&self) -> ListIdentitySourcesOutputBuilder
fn clone(&self) -> ListIdentitySourcesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListIdentitySourcesOutputBuilder
impl Default for ListIdentitySourcesOutputBuilder
source§fn default() -> ListIdentitySourcesOutputBuilder
fn default() -> ListIdentitySourcesOutputBuilder
source§impl PartialEq for ListIdentitySourcesOutputBuilder
impl PartialEq for ListIdentitySourcesOutputBuilder
source§fn eq(&self, other: &ListIdentitySourcesOutputBuilder) -> bool
fn eq(&self, other: &ListIdentitySourcesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.