Struct aws_sdk_codebuild::input::BatchGetReportGroupsInput
source · [−]#[non_exhaustive]pub struct BatchGetReportGroupsInput { /* private fields */ }
Implementations
sourceimpl BatchGetReportGroupsInput
impl BatchGetReportGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetReportGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetReportGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetReportGroups
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetReportGroupsInput
.
sourceimpl BatchGetReportGroupsInput
impl BatchGetReportGroupsInput
sourcepub fn report_group_arns(&self) -> Option<&[String]>
pub fn report_group_arns(&self) -> Option<&[String]>
An array of report group ARNs that identify the report groups to return.
Trait Implementations
sourceimpl Clone for BatchGetReportGroupsInput
impl Clone for BatchGetReportGroupsInput
sourcefn clone(&self) -> BatchGetReportGroupsInput
fn clone(&self) -> BatchGetReportGroupsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BatchGetReportGroupsInput
impl Debug for BatchGetReportGroupsInput
sourceimpl PartialEq<BatchGetReportGroupsInput> for BatchGetReportGroupsInput
impl PartialEq<BatchGetReportGroupsInput> for BatchGetReportGroupsInput
sourcefn eq(&self, other: &BatchGetReportGroupsInput) -> bool
fn eq(&self, other: &BatchGetReportGroupsInput) -> bool
impl StructuralPartialEq for BatchGetReportGroupsInput
Auto Trait Implementations
impl RefUnwindSafe for BatchGetReportGroupsInput
impl Send for BatchGetReportGroupsInput
impl Sync for BatchGetReportGroupsInput
impl Unpin for BatchGetReportGroupsInput
impl UnwindSafe for BatchGetReportGroupsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more