Struct aws_sdk_proton::operation::get_environment_template::builders::GetEnvironmentTemplateInputBuilder
source · #[non_exhaustive]pub struct GetEnvironmentTemplateInputBuilder { /* private fields */ }
Expand description
A builder for GetEnvironmentTemplateInput
.
Implementations§
source§impl GetEnvironmentTemplateInputBuilder
impl GetEnvironmentTemplateInputBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the environment template 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 the environment template that you want to get the detailed data for.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
The name of the environment template that you want to get the detailed data for.
sourcepub fn build(self) -> Result<GetEnvironmentTemplateInput, BuildError>
pub fn build(self) -> Result<GetEnvironmentTemplateInput, BuildError>
Consumes the builder and constructs a GetEnvironmentTemplateInput
.
source§impl GetEnvironmentTemplateInputBuilder
impl GetEnvironmentTemplateInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetEnvironmentTemplateOutput, SdkError<GetEnvironmentTemplateError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetEnvironmentTemplateOutput, SdkError<GetEnvironmentTemplateError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetEnvironmentTemplateInputBuilder
impl Clone for GetEnvironmentTemplateInputBuilder
source§fn clone(&self) -> GetEnvironmentTemplateInputBuilder
fn clone(&self) -> GetEnvironmentTemplateInputBuilder
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 GetEnvironmentTemplateInputBuilder
impl Default for GetEnvironmentTemplateInputBuilder
source§fn default() -> GetEnvironmentTemplateInputBuilder
fn default() -> GetEnvironmentTemplateInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetEnvironmentTemplateInputBuilder
impl PartialEq for GetEnvironmentTemplateInputBuilder
source§fn eq(&self, other: &GetEnvironmentTemplateInputBuilder) -> bool
fn eq(&self, other: &GetEnvironmentTemplateInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetEnvironmentTemplateInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetEnvironmentTemplateInputBuilder
impl Send for GetEnvironmentTemplateInputBuilder
impl Sync for GetEnvironmentTemplateInputBuilder
impl Unpin for GetEnvironmentTemplateInputBuilder
impl UnwindSafe for GetEnvironmentTemplateInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more