#[non_exhaustive]pub struct PutManagedScalingPolicyInput { /* private fields */ }Implementations§
source§impl PutManagedScalingPolicyInput
impl PutManagedScalingPolicyInput
sourcepub fn cluster_id(&self) -> Option<&str>
pub fn cluster_id(&self) -> Option<&str>
Specifies the ID of an EMR cluster where the managed scaling policy is attached.
sourcepub fn managed_scaling_policy(&self) -> Option<&ManagedScalingPolicy>
pub fn managed_scaling_policy(&self) -> Option<&ManagedScalingPolicy>
Specifies the constraints for the managed scaling policy.
source§impl PutManagedScalingPolicyInput
impl PutManagedScalingPolicyInput
sourcepub fn builder() -> PutManagedScalingPolicyInputBuilder
pub fn builder() -> PutManagedScalingPolicyInputBuilder
Creates a new builder-style object to manufacture PutManagedScalingPolicyInput.
source§impl PutManagedScalingPolicyInput
impl PutManagedScalingPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutManagedScalingPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<PutManagedScalingPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutManagedScalingPolicy>
Trait Implementations§
source§impl Clone for PutManagedScalingPolicyInput
impl Clone for PutManagedScalingPolicyInput
source§fn clone(&self) -> PutManagedScalingPolicyInput
fn clone(&self) -> PutManagedScalingPolicyInput
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 PutManagedScalingPolicyInput
impl Debug for PutManagedScalingPolicyInput
source§impl PartialEq<PutManagedScalingPolicyInput> for PutManagedScalingPolicyInput
impl PartialEq<PutManagedScalingPolicyInput> for PutManagedScalingPolicyInput
source§fn eq(&self, other: &PutManagedScalingPolicyInput) -> bool
fn eq(&self, other: &PutManagedScalingPolicyInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.