/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains summary information about a batch build group.See
* Also:
AWS
* API Reference
The batch build ARN.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The batch build ARN.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The batch build ARN.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The batch build ARN.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The batch build ARN.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The batch build ARN.
*/ inline BuildSummary& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The batch build ARN.
*/ inline BuildSummary& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The batch build ARN.
*/ inline BuildSummary& WithArn(const char* value) { SetArn(value); return *this;} /** *When the build was started, expressed in Unix time format.
*/ inline const Aws::Utils::DateTime& GetRequestedOn() const{ return m_requestedOn; } /** *When the build was started, expressed in Unix time format.
*/ inline bool RequestedOnHasBeenSet() const { return m_requestedOnHasBeenSet; } /** *When the build was started, expressed in Unix time format.
*/ inline void SetRequestedOn(const Aws::Utils::DateTime& value) { m_requestedOnHasBeenSet = true; m_requestedOn = value; } /** *When the build was started, expressed in Unix time format.
*/ inline void SetRequestedOn(Aws::Utils::DateTime&& value) { m_requestedOnHasBeenSet = true; m_requestedOn = std::move(value); } /** *When the build was started, expressed in Unix time format.
*/ inline BuildSummary& WithRequestedOn(const Aws::Utils::DateTime& value) { SetRequestedOn(value); return *this;} /** *When the build was started, expressed in Unix time format.
*/ inline BuildSummary& WithRequestedOn(Aws::Utils::DateTime&& value) { SetRequestedOn(std::move(value)); return *this;} /** *The status of the build group.
The build * group failed.
The build group faulted.
*The build group is still in progress.
*The build group stopped.
The build group succeeded.
The build group timed out.
The status of the build group.
The build * group failed.
The build group faulted.
*The build group is still in progress.
*The build group stopped.
The build group succeeded.
The build group timed out.
The status of the build group.
The build * group failed.
The build group faulted.
*The build group is still in progress.
*The build group stopped.
The build group succeeded.
The build group timed out.
The status of the build group.
The build * group failed.
The build group faulted.
*The build group is still in progress.
*The build group stopped.
The build group succeeded.
The build group timed out.
The status of the build group.
The build * group failed.
The build group faulted.
*The build group is still in progress.
*The build group stopped.
The build group succeeded.
The build group timed out.
The status of the build group.
The build * group failed.
The build group faulted.
*The build group is still in progress.
*The build group stopped.
The build group succeeded.
The build group timed out.
A ResolvedArtifact
object that represents the primary build
* artifacts for the build group.
A ResolvedArtifact
object that represents the primary build
* artifacts for the build group.
A ResolvedArtifact
object that represents the primary build
* artifacts for the build group.
A ResolvedArtifact
object that represents the primary build
* artifacts for the build group.
A ResolvedArtifact
object that represents the primary build
* artifacts for the build group.
A ResolvedArtifact
object that represents the primary build
* artifacts for the build group.
An array of ResolvedArtifact
objects that represents the
* secondary build artifacts for the build group.
An array of ResolvedArtifact
objects that represents the
* secondary build artifacts for the build group.
An array of ResolvedArtifact
objects that represents the
* secondary build artifacts for the build group.
An array of ResolvedArtifact
objects that represents the
* secondary build artifacts for the build group.
An array of ResolvedArtifact
objects that represents the
* secondary build artifacts for the build group.
An array of ResolvedArtifact
objects that represents the
* secondary build artifacts for the build group.
An array of ResolvedArtifact
objects that represents the
* secondary build artifacts for the build group.
An array of ResolvedArtifact
objects that represents the
* secondary build artifacts for the build group.