Struct aws_sdk_codebuild::client::fluent_builders::CreateReportGroup
source · [−]pub struct CreateReportGroup<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateReportGroup
.
Creates a report group. A report group contains a collection of reports.
Implementations
impl<C, M, R> CreateReportGroup<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateReportGroup<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateReportGroupOutput, SdkError<CreateReportGroupError>> where
R::Policy: SmithyRetryPolicy<CreateReportGroupInputOperationOutputAlias, CreateReportGroupOutput, CreateReportGroupError, CreateReportGroupInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateReportGroupOutput, SdkError<CreateReportGroupError>> where
R::Policy: SmithyRetryPolicy<CreateReportGroupInputOperationOutputAlias, CreateReportGroupOutput, CreateReportGroupError, CreateReportGroupInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The type of report group.
The type of report group.
A ReportExportConfig
object that contains information about where the report group test results are exported.
A ReportExportConfig
object that contains information about where the report group test results are exported.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
A list of tag key and value pairs associated with this report group.
These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.
A list of tag key and value pairs associated with this report group.
These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for CreateReportGroup<C, M, R>
impl<C, M, R> Send for CreateReportGroup<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for CreateReportGroup<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for CreateReportGroup<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for CreateReportGroup<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more