Struct aws_sdk_ec2::operation::describe_fpga_images::builders::DescribeFpgaImagesOutputBuilder
source · #[non_exhaustive]pub struct DescribeFpgaImagesOutputBuilder { /* private fields */ }Expand description
A builder for DescribeFpgaImagesOutput.
Implementations§
source§impl DescribeFpgaImagesOutputBuilder
impl DescribeFpgaImagesOutputBuilder
sourcepub fn fpga_images(self, input: FpgaImage) -> Self
pub fn fpga_images(self, input: FpgaImage) -> Self
Appends an item to fpga_images.
To override the contents of this collection use set_fpga_images.
Information about the FPGA images.
sourcepub fn set_fpga_images(self, input: Option<Vec<FpgaImage>>) -> Self
pub fn set_fpga_images(self, input: Option<Vec<FpgaImage>>) -> Self
Information about the FPGA images.
sourcepub fn get_fpga_images(&self) -> &Option<Vec<FpgaImage>>
pub fn get_fpga_images(&self) -> &Option<Vec<FpgaImage>>
Information about the FPGA images.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn build(self) -> DescribeFpgaImagesOutput
pub fn build(self) -> DescribeFpgaImagesOutput
Consumes the builder and constructs a DescribeFpgaImagesOutput.
Trait Implementations§
source§impl Clone for DescribeFpgaImagesOutputBuilder
impl Clone for DescribeFpgaImagesOutputBuilder
source§fn clone(&self) -> DescribeFpgaImagesOutputBuilder
fn clone(&self) -> DescribeFpgaImagesOutputBuilder
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 DescribeFpgaImagesOutputBuilder
impl Default for DescribeFpgaImagesOutputBuilder
source§fn default() -> DescribeFpgaImagesOutputBuilder
fn default() -> DescribeFpgaImagesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeFpgaImagesOutputBuilder
impl PartialEq for DescribeFpgaImagesOutputBuilder
source§fn eq(&self, other: &DescribeFpgaImagesOutputBuilder) -> bool
fn eq(&self, other: &DescribeFpgaImagesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeFpgaImagesOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeFpgaImagesOutputBuilder
impl RefUnwindSafe for DescribeFpgaImagesOutputBuilder
impl Send for DescribeFpgaImagesOutputBuilder
impl Sync for DescribeFpgaImagesOutputBuilder
impl Unpin for DescribeFpgaImagesOutputBuilder
impl UnwindSafe for DescribeFpgaImagesOutputBuilder
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>
Creates a shared type from an unshared type.