Struct aws_sdk_codecatalyst::operation::stop_dev_environment_session::StopDevEnvironmentSessionInput
source · #[non_exhaustive]pub struct StopDevEnvironmentSessionInput { /* private fields */ }
Implementations§
source§impl StopDevEnvironmentSessionInput
impl StopDevEnvironmentSessionInput
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 id(&self) -> Option<&str>
pub fn id(&self) -> Option<&str>
The system-generated unique ID of the Dev Environment. To obtain this ID, use ListDevEnvironments
.
sourcepub fn session_id(&self) -> Option<&str>
pub fn session_id(&self) -> Option<&str>
The system-generated unique ID of the Dev Environment session. This ID is returned by StartDevEnvironmentSession
.
source§impl StopDevEnvironmentSessionInput
impl StopDevEnvironmentSessionInput
sourcepub fn builder() -> StopDevEnvironmentSessionInputBuilder
pub fn builder() -> StopDevEnvironmentSessionInputBuilder
Creates a new builder-style object to manufacture StopDevEnvironmentSessionInput
.
source§impl StopDevEnvironmentSessionInput
impl StopDevEnvironmentSessionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopDevEnvironmentSession, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<StopDevEnvironmentSession, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopDevEnvironmentSession
>
Trait Implementations§
source§impl Clone for StopDevEnvironmentSessionInput
impl Clone for StopDevEnvironmentSessionInput
source§fn clone(&self) -> StopDevEnvironmentSessionInput
fn clone(&self) -> StopDevEnvironmentSessionInput
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<StopDevEnvironmentSessionInput> for StopDevEnvironmentSessionInput
impl PartialEq<StopDevEnvironmentSessionInput> for StopDevEnvironmentSessionInput
source§fn eq(&self, other: &StopDevEnvironmentSessionInput) -> bool
fn eq(&self, other: &StopDevEnvironmentSessionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.