Struct aws_sdk_ec2::operation::describe_fast_launch_images::builders::DescribeFastLaunchImagesOutputBuilder
source · #[non_exhaustive]pub struct DescribeFastLaunchImagesOutputBuilder { /* private fields */ }Expand description
A builder for DescribeFastLaunchImagesOutput.
Implementations§
source§impl DescribeFastLaunchImagesOutputBuilder
impl DescribeFastLaunchImagesOutputBuilder
sourcepub fn fast_launch_images(
self,
input: DescribeFastLaunchImagesSuccessItem
) -> Self
pub fn fast_launch_images( self, input: DescribeFastLaunchImagesSuccessItem ) -> Self
Appends an item to fast_launch_images.
To override the contents of this collection use set_fast_launch_images.
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
sourcepub fn set_fast_launch_images(
self,
input: Option<Vec<DescribeFastLaunchImagesSuccessItem>>
) -> Self
pub fn set_fast_launch_images( self, input: Option<Vec<DescribeFastLaunchImagesSuccessItem>> ) -> Self
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
sourcepub fn get_fast_launch_images(
&self
) -> &Option<Vec<DescribeFastLaunchImagesSuccessItem>>
pub fn get_fast_launch_images( &self ) -> &Option<Vec<DescribeFastLaunchImagesSuccessItem>>
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to include in another request to get the next page of items. This value is null when there are no more items 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 include in another request to get the next page of items. This value is null when there are no more items to return.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to include in another request to get the next page of items. This value is null when there are no more items to return.
sourcepub fn build(self) -> DescribeFastLaunchImagesOutput
pub fn build(self) -> DescribeFastLaunchImagesOutput
Consumes the builder and constructs a DescribeFastLaunchImagesOutput.
Trait Implementations§
source§impl Clone for DescribeFastLaunchImagesOutputBuilder
impl Clone for DescribeFastLaunchImagesOutputBuilder
source§fn clone(&self) -> DescribeFastLaunchImagesOutputBuilder
fn clone(&self) -> DescribeFastLaunchImagesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeFastLaunchImagesOutputBuilder
impl Default for DescribeFastLaunchImagesOutputBuilder
source§fn default() -> DescribeFastLaunchImagesOutputBuilder
fn default() -> DescribeFastLaunchImagesOutputBuilder
source§impl PartialEq<DescribeFastLaunchImagesOutputBuilder> for DescribeFastLaunchImagesOutputBuilder
impl PartialEq<DescribeFastLaunchImagesOutputBuilder> for DescribeFastLaunchImagesOutputBuilder
source§fn eq(&self, other: &DescribeFastLaunchImagesOutputBuilder) -> bool
fn eq(&self, other: &DescribeFastLaunchImagesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.