#[non_exhaustive]pub struct ClusterAssociatedToScheduleBuilder { /* private fields */ }
Expand description
A builder for ClusterAssociatedToSchedule
.
Implementations§
source§impl ClusterAssociatedToScheduleBuilder
impl ClusterAssociatedToScheduleBuilder
sourcepub fn cluster_identifier(self, input: impl Into<String>) -> Self
pub fn cluster_identifier(self, input: impl Into<String>) -> Self
sourcepub fn set_cluster_identifier(self, input: Option<String>) -> Self
pub fn set_cluster_identifier(self, input: Option<String>) -> Self
sourcepub fn get_cluster_identifier(&self) -> &Option<String>
pub fn get_cluster_identifier(&self) -> &Option<String>
sourcepub fn schedule_association_state(self, input: ScheduleState) -> Self
pub fn schedule_association_state(self, input: ScheduleState) -> Self
sourcepub fn set_schedule_association_state(
self,
input: Option<ScheduleState>
) -> Self
pub fn set_schedule_association_state( self, input: Option<ScheduleState> ) -> Self
sourcepub fn get_schedule_association_state(&self) -> &Option<ScheduleState>
pub fn get_schedule_association_state(&self) -> &Option<ScheduleState>
sourcepub fn build(self) -> ClusterAssociatedToSchedule
pub fn build(self) -> ClusterAssociatedToSchedule
Consumes the builder and constructs a ClusterAssociatedToSchedule
.
Trait Implementations§
source§impl Clone for ClusterAssociatedToScheduleBuilder
impl Clone for ClusterAssociatedToScheduleBuilder
source§fn clone(&self) -> ClusterAssociatedToScheduleBuilder
fn clone(&self) -> ClusterAssociatedToScheduleBuilder
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 ClusterAssociatedToScheduleBuilder
impl Default for ClusterAssociatedToScheduleBuilder
source§fn default() -> ClusterAssociatedToScheduleBuilder
fn default() -> ClusterAssociatedToScheduleBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ClusterAssociatedToScheduleBuilder
impl PartialEq for ClusterAssociatedToScheduleBuilder
source§fn eq(&self, other: &ClusterAssociatedToScheduleBuilder) -> bool
fn eq(&self, other: &ClusterAssociatedToScheduleBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ClusterAssociatedToScheduleBuilder
Auto Trait Implementations§
impl Freeze for ClusterAssociatedToScheduleBuilder
impl RefUnwindSafe for ClusterAssociatedToScheduleBuilder
impl Send for ClusterAssociatedToScheduleBuilder
impl Sync for ClusterAssociatedToScheduleBuilder
impl Unpin for ClusterAssociatedToScheduleBuilder
impl UnwindSafe for ClusterAssociatedToScheduleBuilder
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.