Struct aws_sdk_proton::operation::get_service_instance::builders::GetServiceInstanceInputBuilder
source · #[non_exhaustive]pub struct GetServiceInstanceInputBuilder { /* private fields */ }
Expand description
A builder for GetServiceInstanceInput
.
Implementations§
source§impl GetServiceInstanceInputBuilder
impl GetServiceInstanceInputBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of a service instance that you want to get the detailed data for.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of a service instance that you want to get the detailed data for.
sourcepub fn service_name(self, input: impl Into<String>) -> Self
pub fn service_name(self, input: impl Into<String>) -> Self
The name of the service that you want the service instance input for.
sourcepub fn set_service_name(self, input: Option<String>) -> Self
pub fn set_service_name(self, input: Option<String>) -> Self
The name of the service that you want the service instance input for.
sourcepub fn build(self) -> Result<GetServiceInstanceInput, BuildError>
pub fn build(self) -> Result<GetServiceInstanceInput, BuildError>
Consumes the builder and constructs a GetServiceInstanceInput
.
Trait Implementations§
source§impl Clone for GetServiceInstanceInputBuilder
impl Clone for GetServiceInstanceInputBuilder
source§fn clone(&self) -> GetServiceInstanceInputBuilder
fn clone(&self) -> GetServiceInstanceInputBuilder
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 Default for GetServiceInstanceInputBuilder
impl Default for GetServiceInstanceInputBuilder
source§fn default() -> GetServiceInstanceInputBuilder
fn default() -> GetServiceInstanceInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetServiceInstanceInputBuilder> for GetServiceInstanceInputBuilder
impl PartialEq<GetServiceInstanceInputBuilder> for GetServiceInstanceInputBuilder
source§fn eq(&self, other: &GetServiceInstanceInputBuilder) -> bool
fn eq(&self, other: &GetServiceInstanceInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.