Struct aws_sdk_eks::input::UpdateClusterVersionInput
source · #[non_exhaustive]pub struct UpdateClusterVersionInput { /* private fields */ }
Implementations§
source§impl UpdateClusterVersionInput
impl UpdateClusterVersionInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateClusterVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateClusterVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateClusterVersion
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateClusterVersionInput
.
Trait Implementations§
source§impl Clone for UpdateClusterVersionInput
impl Clone for UpdateClusterVersionInput
source§fn clone(&self) -> UpdateClusterVersionInput
fn clone(&self) -> UpdateClusterVersionInput
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 UpdateClusterVersionInput
impl Debug for UpdateClusterVersionInput
source§impl PartialEq<UpdateClusterVersionInput> for UpdateClusterVersionInput
impl PartialEq<UpdateClusterVersionInput> for UpdateClusterVersionInput
source§fn eq(&self, other: &UpdateClusterVersionInput) -> bool
fn eq(&self, other: &UpdateClusterVersionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.