Struct aws_sdk_emr::input::GetStudioSessionMappingInput
source · [−]#[non_exhaustive]pub struct GetStudioSessionMappingInput { /* private fields */ }Implementations
sourceimpl GetStudioSessionMappingInput
impl GetStudioSessionMappingInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetStudioSessionMapping, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetStudioSessionMapping, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetStudioSessionMapping>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetStudioSessionMappingInput.
sourceimpl GetStudioSessionMappingInput
impl GetStudioSessionMappingInput
sourcepub fn identity_id(&self) -> Option<&str>
pub fn identity_id(&self) -> Option<&str>
sourcepub fn identity_name(&self) -> Option<&str>
pub fn identity_name(&self) -> Option<&str>
The name of the user or group to fetch. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
sourcepub fn identity_type(&self) -> Option<&IdentityType>
pub fn identity_type(&self) -> Option<&IdentityType>
Specifies whether the identity to fetch is a user or a group.
Trait Implementations
sourceimpl Clone for GetStudioSessionMappingInput
impl Clone for GetStudioSessionMappingInput
sourcefn clone(&self) -> GetStudioSessionMappingInput
fn clone(&self) -> GetStudioSessionMappingInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetStudioSessionMappingInput
impl Debug for GetStudioSessionMappingInput
sourceimpl PartialEq<GetStudioSessionMappingInput> for GetStudioSessionMappingInput
impl PartialEq<GetStudioSessionMappingInput> for GetStudioSessionMappingInput
sourcefn eq(&self, other: &GetStudioSessionMappingInput) -> bool
fn eq(&self, other: &GetStudioSessionMappingInput) -> bool
impl StructuralPartialEq for GetStudioSessionMappingInput
Auto Trait Implementations
impl RefUnwindSafe for GetStudioSessionMappingInput
impl Send for GetStudioSessionMappingInput
impl Sync for GetStudioSessionMappingInput
impl Unpin for GetStudioSessionMappingInput
impl UnwindSafe for GetStudioSessionMappingInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more