#[non_exhaustive]pub struct ElasticGpuSpecificationResponseBuilder { /* private fields */ }
Expand description
A builder for ElasticGpuSpecificationResponse
.
Implementations§
source§impl ElasticGpuSpecificationResponseBuilder
impl ElasticGpuSpecificationResponseBuilder
sourcepub fn type(self, input: impl Into<String>) -> Self
pub fn type(self, input: impl Into<String>) -> Self
Deprecated.
Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.
sourcepub fn set_type(self, input: Option<String>) -> Self
pub fn set_type(self, input: Option<String>) -> Self
Deprecated.
Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.
sourcepub fn get_type(&self) -> &Option<String>
pub fn get_type(&self) -> &Option<String>
Deprecated.
Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.
sourcepub fn build(self) -> ElasticGpuSpecificationResponse
pub fn build(self) -> ElasticGpuSpecificationResponse
Consumes the builder and constructs a ElasticGpuSpecificationResponse
.
Trait Implementations§
source§impl Clone for ElasticGpuSpecificationResponseBuilder
impl Clone for ElasticGpuSpecificationResponseBuilder
source§fn clone(&self) -> ElasticGpuSpecificationResponseBuilder
fn clone(&self) -> ElasticGpuSpecificationResponseBuilder
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 ElasticGpuSpecificationResponseBuilder
impl Default for ElasticGpuSpecificationResponseBuilder
source§fn default() -> ElasticGpuSpecificationResponseBuilder
fn default() -> ElasticGpuSpecificationResponseBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ElasticGpuSpecificationResponseBuilder
impl PartialEq for ElasticGpuSpecificationResponseBuilder
source§fn eq(&self, other: &ElasticGpuSpecificationResponseBuilder) -> bool
fn eq(&self, other: &ElasticGpuSpecificationResponseBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ElasticGpuSpecificationResponseBuilder
Auto Trait Implementations§
impl Freeze for ElasticGpuSpecificationResponseBuilder
impl RefUnwindSafe for ElasticGpuSpecificationResponseBuilder
impl Send for ElasticGpuSpecificationResponseBuilder
impl Sync for ElasticGpuSpecificationResponseBuilder
impl Unpin for ElasticGpuSpecificationResponseBuilder
impl UnwindSafe for ElasticGpuSpecificationResponseBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.