#[non_exhaustive]pub struct BatchGetRepositoryScanningConfigurationInput { /* private fields */ }
Implementations§
source§impl BatchGetRepositoryScanningConfigurationInput
impl BatchGetRepositoryScanningConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetRepositoryScanningConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetRepositoryScanningConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetRepositoryScanningConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetRepositoryScanningConfigurationInput
.
source§impl BatchGetRepositoryScanningConfigurationInput
impl BatchGetRepositoryScanningConfigurationInput
sourcepub fn repository_names(&self) -> Option<&[String]>
pub fn repository_names(&self) -> Option<&[String]>
One or more repository names to get the scanning configuration for.
Trait Implementations§
source§impl Clone for BatchGetRepositoryScanningConfigurationInput
impl Clone for BatchGetRepositoryScanningConfigurationInput
source§fn clone(&self) -> BatchGetRepositoryScanningConfigurationInput
fn clone(&self) -> BatchGetRepositoryScanningConfigurationInput
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<BatchGetRepositoryScanningConfigurationInput> for BatchGetRepositoryScanningConfigurationInput
impl PartialEq<BatchGetRepositoryScanningConfigurationInput> for BatchGetRepositoryScanningConfigurationInput
source§fn eq(&self, other: &BatchGetRepositoryScanningConfigurationInput) -> bool
fn eq(&self, other: &BatchGetRepositoryScanningConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.