Struct aws_sdk_ssoadmin::operation::list_trusted_token_issuers::builders::ListTrustedTokenIssuersOutputBuilder
source · #[non_exhaustive]pub struct ListTrustedTokenIssuersOutputBuilder { /* private fields */ }
Expand description
A builder for ListTrustedTokenIssuersOutput
.
Implementations§
source§impl ListTrustedTokenIssuersOutputBuilder
impl ListTrustedTokenIssuersOutputBuilder
sourcepub fn trusted_token_issuers(self, input: TrustedTokenIssuerMetadata) -> Self
pub fn trusted_token_issuers(self, input: TrustedTokenIssuerMetadata) -> Self
Appends an item to trusted_token_issuers
.
To override the contents of this collection use set_trusted_token_issuers
.
An array list of the trusted token issuer configurations.
sourcepub fn set_trusted_token_issuers(
self,
input: Option<Vec<TrustedTokenIssuerMetadata>>
) -> Self
pub fn set_trusted_token_issuers( self, input: Option<Vec<TrustedTokenIssuerMetadata>> ) -> Self
An array list of the trusted token issuer configurations.
sourcepub fn get_trusted_token_issuers(
&self
) -> &Option<Vec<TrustedTokenIssuerMetadata>>
pub fn get_trusted_token_issuers( &self ) -> &Option<Vec<TrustedTokenIssuerMetadata>>
An array list of the trusted token issuer configurations.
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 build(self) -> ListTrustedTokenIssuersOutput
pub fn build(self) -> ListTrustedTokenIssuersOutput
Consumes the builder and constructs a ListTrustedTokenIssuersOutput
.
Trait Implementations§
source§impl Clone for ListTrustedTokenIssuersOutputBuilder
impl Clone for ListTrustedTokenIssuersOutputBuilder
source§fn clone(&self) -> ListTrustedTokenIssuersOutputBuilder
fn clone(&self) -> ListTrustedTokenIssuersOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListTrustedTokenIssuersOutputBuilder
impl Default for ListTrustedTokenIssuersOutputBuilder
source§fn default() -> ListTrustedTokenIssuersOutputBuilder
fn default() -> ListTrustedTokenIssuersOutputBuilder
source§impl PartialEq for ListTrustedTokenIssuersOutputBuilder
impl PartialEq for ListTrustedTokenIssuersOutputBuilder
source§fn eq(&self, other: &ListTrustedTokenIssuersOutputBuilder) -> bool
fn eq(&self, other: &ListTrustedTokenIssuersOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.