Struct aws_sdk_licensemanager::operation::get_access_token::builders::GetAccessTokenInputBuilder
source · #[non_exhaustive]pub struct GetAccessTokenInputBuilder { /* private fields */ }Expand description
A builder for GetAccessTokenInput.
Implementations§
source§impl GetAccessTokenInputBuilder
impl GetAccessTokenInputBuilder
sourcepub fn token_properties(self, input: impl Into<String>) -> Self
pub fn token_properties(self, input: impl Into<String>) -> Self
Appends an item to token_properties.
To override the contents of this collection use set_token_properties.
Token properties to validate against those present in the JWT token.
sourcepub fn set_token_properties(self, input: Option<Vec<String>>) -> Self
pub fn set_token_properties(self, input: Option<Vec<String>>) -> Self
Token properties to validate against those present in the JWT token.
sourcepub fn get_token_properties(&self) -> &Option<Vec<String>>
pub fn get_token_properties(&self) -> &Option<Vec<String>>
Token properties to validate against those present in the JWT token.
sourcepub fn build(self) -> Result<GetAccessTokenInput, BuildError>
pub fn build(self) -> Result<GetAccessTokenInput, BuildError>
Consumes the builder and constructs a GetAccessTokenInput.
source§impl GetAccessTokenInputBuilder
impl GetAccessTokenInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetAccessTokenOutput, SdkError<GetAccessTokenError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetAccessTokenOutput, SdkError<GetAccessTokenError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetAccessTokenInputBuilder
impl Clone for GetAccessTokenInputBuilder
source§fn clone(&self) -> GetAccessTokenInputBuilder
fn clone(&self) -> GetAccessTokenInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GetAccessTokenInputBuilder
impl Debug for GetAccessTokenInputBuilder
source§impl Default for GetAccessTokenInputBuilder
impl Default for GetAccessTokenInputBuilder
source§fn default() -> GetAccessTokenInputBuilder
fn default() -> GetAccessTokenInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetAccessTokenInputBuilder> for GetAccessTokenInputBuilder
impl PartialEq<GetAccessTokenInputBuilder> for GetAccessTokenInputBuilder
source§fn eq(&self, other: &GetAccessTokenInputBuilder) -> bool
fn eq(&self, other: &GetAccessTokenInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetAccessTokenInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetAccessTokenInputBuilder
impl Send for GetAccessTokenInputBuilder
impl Sync for GetAccessTokenInputBuilder
impl Unpin for GetAccessTokenInputBuilder
impl UnwindSafe for GetAccessTokenInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more