#[non_exhaustive]pub struct GetServiceInput { /* private fields */ }
Implementations§
source§impl GetServiceInput
impl GetServiceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetService, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetService, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetService
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetServiceInput
.
source§impl GetServiceInput
impl GetServiceInput
sourcepub fn environment_identifier(&self) -> Option<&str>
pub fn environment_identifier(&self) -> Option<&str>
The ID of the environment.
sourcepub fn application_identifier(&self) -> Option<&str>
pub fn application_identifier(&self) -> Option<&str>
The ID of the application.
sourcepub fn service_identifier(&self) -> Option<&str>
pub fn service_identifier(&self) -> Option<&str>
The ID of the service.
Trait Implementations§
source§impl Clone for GetServiceInput
impl Clone for GetServiceInput
source§fn clone(&self) -> GetServiceInput
fn clone(&self) -> GetServiceInput
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 GetServiceInput
impl Debug for GetServiceInput
source§impl PartialEq<GetServiceInput> for GetServiceInput
impl PartialEq<GetServiceInput> for GetServiceInput
source§fn eq(&self, other: &GetServiceInput) -> bool
fn eq(&self, other: &GetServiceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.