#[non_exhaustive]pub struct CreatePlacementInput { /* private fields */ }Implementations§
source§impl CreatePlacementInput
impl CreatePlacementInput
sourcepub fn placement_name(&self) -> Option<&str>
pub fn placement_name(&self) -> Option<&str>
The name of the placement to be created.
sourcepub fn project_name(&self) -> Option<&str>
pub fn project_name(&self) -> Option<&str>
The name of the project in which to create the placement.
source§impl CreatePlacementInput
impl CreatePlacementInput
sourcepub fn builder() -> CreatePlacementInputBuilder
pub fn builder() -> CreatePlacementInputBuilder
Creates a new builder-style object to manufacture CreatePlacementInput.
source§impl CreatePlacementInput
impl CreatePlacementInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePlacement, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreatePlacement, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreatePlacement>
Trait Implementations§
source§impl Clone for CreatePlacementInput
impl Clone for CreatePlacementInput
source§fn clone(&self) -> CreatePlacementInput
fn clone(&self) -> CreatePlacementInput
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 CreatePlacementInput
impl Debug for CreatePlacementInput
source§impl PartialEq<CreatePlacementInput> for CreatePlacementInput
impl PartialEq<CreatePlacementInput> for CreatePlacementInput
source§fn eq(&self, other: &CreatePlacementInput) -> bool
fn eq(&self, other: &CreatePlacementInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreatePlacementInput
Auto Trait Implementations§
impl RefUnwindSafe for CreatePlacementInput
impl Send for CreatePlacementInput
impl Sync for CreatePlacementInput
impl Unpin for CreatePlacementInput
impl UnwindSafe for CreatePlacementInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more