Struct aws_sdk_ec2::operation::describe_launch_template_versions::builders::DescribeLaunchTemplateVersionsOutputBuilder
source · #[non_exhaustive]pub struct DescribeLaunchTemplateVersionsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeLaunchTemplateVersionsOutput.
Implementations§
source§impl DescribeLaunchTemplateVersionsOutputBuilder
impl DescribeLaunchTemplateVersionsOutputBuilder
sourcepub fn launch_template_versions(self, input: LaunchTemplateVersion) -> Self
pub fn launch_template_versions(self, input: LaunchTemplateVersion) -> Self
Appends an item to launch_template_versions.
To override the contents of this collection use set_launch_template_versions.
Information about the launch template versions.
sourcepub fn set_launch_template_versions(
self,
input: Option<Vec<LaunchTemplateVersion>>
) -> Self
pub fn set_launch_template_versions( self, input: Option<Vec<LaunchTemplateVersion>> ) -> Self
Information about the launch template versions.
sourcepub fn get_launch_template_versions(
&self
) -> &Option<Vec<LaunchTemplateVersion>>
pub fn get_launch_template_versions( &self ) -> &Option<Vec<LaunchTemplateVersion>>
Information about the launch template versions.
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) -> DescribeLaunchTemplateVersionsOutput
pub fn build(self) -> DescribeLaunchTemplateVersionsOutput
Consumes the builder and constructs a DescribeLaunchTemplateVersionsOutput.
Trait Implementations§
source§impl Clone for DescribeLaunchTemplateVersionsOutputBuilder
impl Clone for DescribeLaunchTemplateVersionsOutputBuilder
source§fn clone(&self) -> DescribeLaunchTemplateVersionsOutputBuilder
fn clone(&self) -> DescribeLaunchTemplateVersionsOutputBuilder
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 DescribeLaunchTemplateVersionsOutputBuilder
impl Default for DescribeLaunchTemplateVersionsOutputBuilder
source§fn default() -> DescribeLaunchTemplateVersionsOutputBuilder
fn default() -> DescribeLaunchTemplateVersionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeLaunchTemplateVersionsOutputBuilder
impl PartialEq for DescribeLaunchTemplateVersionsOutputBuilder
source§fn eq(&self, other: &DescribeLaunchTemplateVersionsOutputBuilder) -> bool
fn eq(&self, other: &DescribeLaunchTemplateVersionsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeLaunchTemplateVersionsOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeLaunchTemplateVersionsOutputBuilder
impl RefUnwindSafe for DescribeLaunchTemplateVersionsOutputBuilder
impl Send for DescribeLaunchTemplateVersionsOutputBuilder
impl Sync for DescribeLaunchTemplateVersionsOutputBuilder
impl Unpin for DescribeLaunchTemplateVersionsOutputBuilder
impl UnwindSafe for DescribeLaunchTemplateVersionsOutputBuilder
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.