Struct aws_sdk_datazone::operation::get_environment_blueprint::builders::GetEnvironmentBlueprintInputBuilder
source · #[non_exhaustive]pub struct GetEnvironmentBlueprintInputBuilder { /* private fields */ }
Expand description
A builder for GetEnvironmentBlueprintInput
.
Implementations§
source§impl GetEnvironmentBlueprintInputBuilder
impl GetEnvironmentBlueprintInputBuilder
sourcepub fn domain_identifier(self, input: impl Into<String>) -> Self
pub fn domain_identifier(self, input: impl Into<String>) -> Self
The identifier of the domain in which this blueprint exists.
sourcepub fn set_domain_identifier(self, input: Option<String>) -> Self
pub fn set_domain_identifier(self, input: Option<String>) -> Self
The identifier of the domain in which this blueprint exists.
sourcepub fn get_domain_identifier(&self) -> &Option<String>
pub fn get_domain_identifier(&self) -> &Option<String>
The identifier of the domain in which this blueprint exists.
sourcepub fn identifier(self, input: impl Into<String>) -> Self
pub fn identifier(self, input: impl Into<String>) -> Self
The ID of this Amazon DataZone blueprint.
sourcepub fn set_identifier(self, input: Option<String>) -> Self
pub fn set_identifier(self, input: Option<String>) -> Self
The ID of this Amazon DataZone blueprint.
sourcepub fn get_identifier(&self) -> &Option<String>
pub fn get_identifier(&self) -> &Option<String>
The ID of this Amazon DataZone blueprint.
sourcepub fn build(self) -> Result<GetEnvironmentBlueprintInput, BuildError>
pub fn build(self) -> Result<GetEnvironmentBlueprintInput, BuildError>
Consumes the builder and constructs a GetEnvironmentBlueprintInput
.
source§impl GetEnvironmentBlueprintInputBuilder
impl GetEnvironmentBlueprintInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetEnvironmentBlueprintOutput, SdkError<GetEnvironmentBlueprintError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetEnvironmentBlueprintOutput, SdkError<GetEnvironmentBlueprintError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetEnvironmentBlueprintInputBuilder
impl Clone for GetEnvironmentBlueprintInputBuilder
source§fn clone(&self) -> GetEnvironmentBlueprintInputBuilder
fn clone(&self) -> GetEnvironmentBlueprintInputBuilder
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 GetEnvironmentBlueprintInputBuilder
impl Default for GetEnvironmentBlueprintInputBuilder
source§fn default() -> GetEnvironmentBlueprintInputBuilder
fn default() -> GetEnvironmentBlueprintInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetEnvironmentBlueprintInputBuilder
impl PartialEq for GetEnvironmentBlueprintInputBuilder
source§fn eq(&self, other: &GetEnvironmentBlueprintInputBuilder) -> bool
fn eq(&self, other: &GetEnvironmentBlueprintInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetEnvironmentBlueprintInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetEnvironmentBlueprintInputBuilder
impl Send for GetEnvironmentBlueprintInputBuilder
impl Sync for GetEnvironmentBlueprintInputBuilder
impl Unpin for GetEnvironmentBlueprintInputBuilder
impl UnwindSafe for GetEnvironmentBlueprintInputBuilder
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