#[non_exhaustive]pub struct StartServiceSoftwareUpdateInput { /* private fields */ }
Expand description
Container for the request parameters to the StartServiceSoftwareUpdate
operation.
Implementations§
source§impl StartServiceSoftwareUpdateInput
impl StartServiceSoftwareUpdateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartServiceSoftwareUpdate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartServiceSoftwareUpdate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartServiceSoftwareUpdate
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartServiceSoftwareUpdateInput
.
source§impl StartServiceSoftwareUpdateInput
impl StartServiceSoftwareUpdateInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The name of the domain that you want to update to the latest service software.
Trait Implementations§
source§impl Clone for StartServiceSoftwareUpdateInput
impl Clone for StartServiceSoftwareUpdateInput
source§fn clone(&self) -> StartServiceSoftwareUpdateInput
fn clone(&self) -> StartServiceSoftwareUpdateInput
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 PartialEq<StartServiceSoftwareUpdateInput> for StartServiceSoftwareUpdateInput
impl PartialEq<StartServiceSoftwareUpdateInput> for StartServiceSoftwareUpdateInput
source§fn eq(&self, other: &StartServiceSoftwareUpdateInput) -> bool
fn eq(&self, other: &StartServiceSoftwareUpdateInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.