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