Struct aws_sdk_ssm::input::GetCalendarStateInput
source · #[non_exhaustive]pub struct GetCalendarStateInput { /* private fields */ }Implementations§
source§impl GetCalendarStateInput
impl GetCalendarStateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCalendarState, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCalendarState, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetCalendarState>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCalendarStateInput.
source§impl GetCalendarStateInput
impl GetCalendarStateInput
sourcepub fn calendar_names(&self) -> Option<&[String]>
pub fn calendar_names(&self) -> Option<&[String]>
The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.
Trait Implementations§
source§impl Clone for GetCalendarStateInput
impl Clone for GetCalendarStateInput
source§fn clone(&self) -> GetCalendarStateInput
fn clone(&self) -> GetCalendarStateInput
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 GetCalendarStateInput
impl Debug for GetCalendarStateInput
source§impl PartialEq<GetCalendarStateInput> for GetCalendarStateInput
impl PartialEq<GetCalendarStateInput> for GetCalendarStateInput
source§fn eq(&self, other: &GetCalendarStateInput) -> bool
fn eq(&self, other: &GetCalendarStateInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.