Struct aws_sdk_emr::input::GetStudioSessionMappingInput  
source · #[non_exhaustive]pub struct GetStudioSessionMappingInput { /* private fields */ }Implementations§
source§impl 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.
source§impl 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 IAM Identity Center 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§
source§impl Clone for GetStudioSessionMappingInput
 
impl Clone for GetStudioSessionMappingInput
source§fn clone(&self) -> GetStudioSessionMappingInput
 
fn clone(&self) -> GetStudioSessionMappingInput
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 GetStudioSessionMappingInput
 
impl Debug for GetStudioSessionMappingInput
source§impl PartialEq<GetStudioSessionMappingInput> for GetStudioSessionMappingInput
 
impl PartialEq<GetStudioSessionMappingInput> for GetStudioSessionMappingInput
source§fn eq(&self, other: &GetStudioSessionMappingInput) -> bool
 
fn eq(&self, other: &GetStudioSessionMappingInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.