Struct aws_sdk_quicksight::operation::describe_refresh_schedule::builders::DescribeRefreshScheduleOutputBuilder
source · #[non_exhaustive]pub struct DescribeRefreshScheduleOutputBuilder { /* private fields */ }Expand description
A builder for DescribeRefreshScheduleOutput.
Implementations§
source§impl DescribeRefreshScheduleOutputBuilder
impl DescribeRefreshScheduleOutputBuilder
sourcepub fn refresh_schedule(self, input: RefreshSchedule) -> Self
pub fn refresh_schedule(self, input: RefreshSchedule) -> Self
The refresh schedule.
sourcepub fn set_refresh_schedule(self, input: Option<RefreshSchedule>) -> Self
pub fn set_refresh_schedule(self, input: Option<RefreshSchedule>) -> Self
The refresh schedule.
sourcepub fn set_status(self, input: Option<i32>) -> Self
pub fn set_status(self, input: Option<i32>) -> Self
The HTTP status of the request.
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the refresh schedule.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the refresh schedule.
sourcepub fn build(self) -> DescribeRefreshScheduleOutput
pub fn build(self) -> DescribeRefreshScheduleOutput
Consumes the builder and constructs a DescribeRefreshScheduleOutput.
Trait Implementations§
source§impl Clone for DescribeRefreshScheduleOutputBuilder
impl Clone for DescribeRefreshScheduleOutputBuilder
source§fn clone(&self) -> DescribeRefreshScheduleOutputBuilder
fn clone(&self) -> DescribeRefreshScheduleOutputBuilder
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 DescribeRefreshScheduleOutputBuilder
impl Default for DescribeRefreshScheduleOutputBuilder
source§fn default() -> DescribeRefreshScheduleOutputBuilder
fn default() -> DescribeRefreshScheduleOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeRefreshScheduleOutputBuilder> for DescribeRefreshScheduleOutputBuilder
impl PartialEq<DescribeRefreshScheduleOutputBuilder> for DescribeRefreshScheduleOutputBuilder
source§fn eq(&self, other: &DescribeRefreshScheduleOutputBuilder) -> bool
fn eq(&self, other: &DescribeRefreshScheduleOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeRefreshScheduleOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeRefreshScheduleOutputBuilder
impl Send for DescribeRefreshScheduleOutputBuilder
impl Sync for DescribeRefreshScheduleOutputBuilder
impl Unpin for DescribeRefreshScheduleOutputBuilder
impl UnwindSafe for DescribeRefreshScheduleOutputBuilder
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