Struct aws_sdk_codedeploy::operation::batch_get_on_premises_instances::BatchGetOnPremisesInstancesInput
source · #[non_exhaustive]pub struct BatchGetOnPremisesInstancesInput { /* private fields */ }
Expand description
Represents the input of a BatchGetOnPremisesInstances
operation.
Implementations§
source§impl BatchGetOnPremisesInstancesInput
impl BatchGetOnPremisesInstancesInput
sourcepub fn instance_names(&self) -> Option<&[String]>
pub fn instance_names(&self) -> Option<&[String]>
The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.
source§impl BatchGetOnPremisesInstancesInput
impl BatchGetOnPremisesInstancesInput
sourcepub fn builder() -> BatchGetOnPremisesInstancesInputBuilder
pub fn builder() -> BatchGetOnPremisesInstancesInputBuilder
Creates a new builder-style object to manufacture BatchGetOnPremisesInstancesInput
.
source§impl BatchGetOnPremisesInstancesInput
impl BatchGetOnPremisesInstancesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetOnPremisesInstances, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<BatchGetOnPremisesInstances, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetOnPremisesInstances
>
Trait Implementations§
source§impl Clone for BatchGetOnPremisesInstancesInput
impl Clone for BatchGetOnPremisesInstancesInput
source§fn clone(&self) -> BatchGetOnPremisesInstancesInput
fn clone(&self) -> BatchGetOnPremisesInstancesInput
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<BatchGetOnPremisesInstancesInput> for BatchGetOnPremisesInstancesInput
impl PartialEq<BatchGetOnPremisesInstancesInput> for BatchGetOnPremisesInstancesInput
source§fn eq(&self, other: &BatchGetOnPremisesInstancesInput) -> bool
fn eq(&self, other: &BatchGetOnPremisesInstancesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchGetOnPremisesInstancesInput
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetOnPremisesInstancesInput
impl Send for BatchGetOnPremisesInstancesInput
impl Sync for BatchGetOnPremisesInstancesInput
impl Unpin for BatchGetOnPremisesInstancesInput
impl UnwindSafe for BatchGetOnPremisesInstancesInput
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