Struct aws_sdk_m2::types::builders::GdgAttributesBuilder
source · #[non_exhaustive]pub struct GdgAttributesBuilder { /* private fields */ }Expand description
A builder for GdgAttributes.
Implementations§
source§impl GdgAttributesBuilder
impl GdgAttributesBuilder
sourcepub fn limit(self, input: i32) -> Self
pub fn limit(self, input: i32) -> Self
The maximum number of generation data sets, up to 255, in a GDG.
sourcepub fn set_limit(self, input: Option<i32>) -> Self
pub fn set_limit(self, input: Option<i32>) -> Self
The maximum number of generation data sets, up to 255, in a GDG.
sourcepub fn get_limit(&self) -> &Option<i32>
pub fn get_limit(&self) -> &Option<i32>
The maximum number of generation data sets, up to 255, in a GDG.
sourcepub fn roll_disposition(self, input: impl Into<String>) -> Self
pub fn roll_disposition(self, input: impl Into<String>) -> Self
The disposition of the data set in the catalog.
sourcepub fn set_roll_disposition(self, input: Option<String>) -> Self
pub fn set_roll_disposition(self, input: Option<String>) -> Self
The disposition of the data set in the catalog.
sourcepub fn get_roll_disposition(&self) -> &Option<String>
pub fn get_roll_disposition(&self) -> &Option<String>
The disposition of the data set in the catalog.
sourcepub fn build(self) -> GdgAttributes
pub fn build(self) -> GdgAttributes
Consumes the builder and constructs a GdgAttributes.
Trait Implementations§
source§impl Clone for GdgAttributesBuilder
impl Clone for GdgAttributesBuilder
source§fn clone(&self) -> GdgAttributesBuilder
fn clone(&self) -> GdgAttributesBuilder
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 Debug for GdgAttributesBuilder
impl Debug for GdgAttributesBuilder
source§impl Default for GdgAttributesBuilder
impl Default for GdgAttributesBuilder
source§fn default() -> GdgAttributesBuilder
fn default() -> GdgAttributesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GdgAttributesBuilder
impl PartialEq for GdgAttributesBuilder
source§fn eq(&self, other: &GdgAttributesBuilder) -> bool
fn eq(&self, other: &GdgAttributesBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GdgAttributesBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GdgAttributesBuilder
impl Send for GdgAttributesBuilder
impl Sync for GdgAttributesBuilder
impl Unpin for GdgAttributesBuilder
impl UnwindSafe for GdgAttributesBuilder
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.