#[non_exhaustive]pub struct ListRefreshSchedulesInput { /* private fields */ }Implementations§
source§impl ListRefreshSchedulesInput
impl ListRefreshSchedulesInput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The Amazon Web Services account ID.
sourcepub fn data_set_id(&self) -> Option<&str>
pub fn data_set_id(&self) -> Option<&str>
The ID of the dataset.
source§impl ListRefreshSchedulesInput
impl ListRefreshSchedulesInput
sourcepub fn builder() -> ListRefreshSchedulesInputBuilder
pub fn builder() -> ListRefreshSchedulesInputBuilder
Creates a new builder-style object to manufacture ListRefreshSchedulesInput.
source§impl ListRefreshSchedulesInput
impl ListRefreshSchedulesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRefreshSchedules, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListRefreshSchedules, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRefreshSchedules>
Trait Implementations§
source§impl Clone for ListRefreshSchedulesInput
impl Clone for ListRefreshSchedulesInput
source§fn clone(&self) -> ListRefreshSchedulesInput
fn clone(&self) -> ListRefreshSchedulesInput
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 ListRefreshSchedulesInput
impl Debug for ListRefreshSchedulesInput
source§impl PartialEq<ListRefreshSchedulesInput> for ListRefreshSchedulesInput
impl PartialEq<ListRefreshSchedulesInput> for ListRefreshSchedulesInput
source§fn eq(&self, other: &ListRefreshSchedulesInput) -> bool
fn eq(&self, other: &ListRefreshSchedulesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListRefreshSchedulesInput
Auto Trait Implementations§
impl RefUnwindSafe for ListRefreshSchedulesInput
impl Send for ListRefreshSchedulesInput
impl Sync for ListRefreshSchedulesInput
impl Unpin for ListRefreshSchedulesInput
impl UnwindSafe for ListRefreshSchedulesInput
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