Struct aws_sdk_ec2::operation::describe_volumes_modifications::builders::DescribeVolumesModificationsOutputBuilder
source · #[non_exhaustive]pub struct DescribeVolumesModificationsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeVolumesModificationsOutput.
Implementations§
source§impl DescribeVolumesModificationsOutputBuilder
impl DescribeVolumesModificationsOutputBuilder
sourcepub fn volumes_modifications(self, input: VolumeModification) -> Self
pub fn volumes_modifications(self, input: VolumeModification) -> Self
Appends an item to volumes_modifications.
To override the contents of this collection use set_volumes_modifications.
Information about the volume modifications.
sourcepub fn set_volumes_modifications(
self,
input: Option<Vec<VolumeModification>>
) -> Self
pub fn set_volumes_modifications( self, input: Option<Vec<VolumeModification>> ) -> Self
Information about the volume modifications.
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 if 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 if there are no more items to return.
sourcepub fn build(self) -> DescribeVolumesModificationsOutput
pub fn build(self) -> DescribeVolumesModificationsOutput
Consumes the builder and constructs a DescribeVolumesModificationsOutput.
Trait Implementations§
source§impl Clone for DescribeVolumesModificationsOutputBuilder
impl Clone for DescribeVolumesModificationsOutputBuilder
source§fn clone(&self) -> DescribeVolumesModificationsOutputBuilder
fn clone(&self) -> DescribeVolumesModificationsOutputBuilder
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 DescribeVolumesModificationsOutputBuilder
impl Default for DescribeVolumesModificationsOutputBuilder
source§fn default() -> DescribeVolumesModificationsOutputBuilder
fn default() -> DescribeVolumesModificationsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeVolumesModificationsOutputBuilder> for DescribeVolumesModificationsOutputBuilder
impl PartialEq<DescribeVolumesModificationsOutputBuilder> for DescribeVolumesModificationsOutputBuilder
source§fn eq(&self, other: &DescribeVolumesModificationsOutputBuilder) -> bool
fn eq(&self, other: &DescribeVolumesModificationsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.