Struct aws_sdk_codecatalyst::operation::start_dev_environment_session::StartDevEnvironmentSessionInput
source · #[non_exhaustive]pub struct StartDevEnvironmentSessionInput { /* private fields */ }
Implementations§
source§impl StartDevEnvironmentSessionInput
impl StartDevEnvironmentSessionInput
sourcepub fn space_name(&self) -> Option<&str>
pub fn space_name(&self) -> Option<&str>
The name of the space.
sourcepub fn project_name(&self) -> Option<&str>
pub fn project_name(&self) -> Option<&str>
The name of the project in the space.
sourcepub fn session_configuration(
&self
) -> Option<&DevEnvironmentSessionConfiguration>
pub fn session_configuration( &self ) -> Option<&DevEnvironmentSessionConfiguration>
Information about the configuration of a Dev Environment session.
source§impl StartDevEnvironmentSessionInput
impl StartDevEnvironmentSessionInput
sourcepub fn builder() -> StartDevEnvironmentSessionInputBuilder
pub fn builder() -> StartDevEnvironmentSessionInputBuilder
Creates a new builder-style object to manufacture StartDevEnvironmentSessionInput
.
source§impl StartDevEnvironmentSessionInput
impl StartDevEnvironmentSessionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartDevEnvironmentSession, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<StartDevEnvironmentSession, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartDevEnvironmentSession
>
Trait Implementations§
source§impl Clone for StartDevEnvironmentSessionInput
impl Clone for StartDevEnvironmentSessionInput
source§fn clone(&self) -> StartDevEnvironmentSessionInput
fn clone(&self) -> StartDevEnvironmentSessionInput
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 PartialEq<StartDevEnvironmentSessionInput> for StartDevEnvironmentSessionInput
impl PartialEq<StartDevEnvironmentSessionInput> for StartDevEnvironmentSessionInput
source§fn eq(&self, other: &StartDevEnvironmentSessionInput) -> bool
fn eq(&self, other: &StartDevEnvironmentSessionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.