Struct aws_sdk_scheduler::operation::create_schedule_group::builders::CreateScheduleGroupOutputBuilder
source · #[non_exhaustive]pub struct CreateScheduleGroupOutputBuilder { /* private fields */ }Expand description
A builder for CreateScheduleGroupOutput.
Implementations§
source§impl CreateScheduleGroupOutputBuilder
impl CreateScheduleGroupOutputBuilder
sourcepub fn schedule_group_arn(self, input: impl Into<String>) -> Self
pub fn schedule_group_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the schedule group.
sourcepub fn set_schedule_group_arn(self, input: Option<String>) -> Self
pub fn set_schedule_group_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the schedule group.
sourcepub fn get_schedule_group_arn(&self) -> &Option<String>
pub fn get_schedule_group_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the schedule group.
sourcepub fn build(self) -> CreateScheduleGroupOutput
pub fn build(self) -> CreateScheduleGroupOutput
Consumes the builder and constructs a CreateScheduleGroupOutput.
Trait Implementations§
source§impl Clone for CreateScheduleGroupOutputBuilder
impl Clone for CreateScheduleGroupOutputBuilder
source§fn clone(&self) -> CreateScheduleGroupOutputBuilder
fn clone(&self) -> CreateScheduleGroupOutputBuilder
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 CreateScheduleGroupOutputBuilder
impl Default for CreateScheduleGroupOutputBuilder
source§fn default() -> CreateScheduleGroupOutputBuilder
fn default() -> CreateScheduleGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateScheduleGroupOutputBuilder> for CreateScheduleGroupOutputBuilder
impl PartialEq<CreateScheduleGroupOutputBuilder> for CreateScheduleGroupOutputBuilder
source§fn eq(&self, other: &CreateScheduleGroupOutputBuilder) -> bool
fn eq(&self, other: &CreateScheduleGroupOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateScheduleGroupOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateScheduleGroupOutputBuilder
impl Send for CreateScheduleGroupOutputBuilder
impl Sync for CreateScheduleGroupOutputBuilder
impl Unpin for CreateScheduleGroupOutputBuilder
impl UnwindSafe for CreateScheduleGroupOutputBuilder
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