7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/EnvironmentError.h>
12#include <aws/datazone/model/OverallDeploymentStatus.h>
43 return m_environmentFailureReasons;
46 template <
typename EnvironmentFailureReasonsT = Aws::Map<Aws::String, Aws::Vector<EnvironmentError>>>
48 m_environmentFailureReasonsHasBeenSet =
true;
49 m_environmentFailureReasons = std::forward<EnvironmentFailureReasonsT>(value);
51 template <
typename EnvironmentFailureReasonsT = Aws::Map<Aws::String, Aws::Vector<EnvironmentError>>>
56 template <
typename EnvironmentFailureReasonsKeyT = Aws::String,
typename EnvironmentFailureReasonsValueT = Aws::Vector<EnvironmentError>>
58 m_environmentFailureReasonsHasBeenSet =
true;
59 m_environmentFailureReasons.emplace(std::forward<EnvironmentFailureReasonsKeyT>(key),
60 std::forward<EnvironmentFailureReasonsValueT>(value));
72 m_overallDeploymentStatusHasBeenSet =
true;
73 m_overallDeploymentStatus = value;
82 bool m_environmentFailureReasonsHasBeenSet =
false;
85 bool m_overallDeploymentStatusHasBeenSet =
false;
EnvironmentDeploymentDetails & AddEnvironmentFailureReasons(EnvironmentFailureReasonsKeyT &&key, EnvironmentFailureReasonsValueT &&value)
const Aws::Map< Aws::String, Aws::Vector< EnvironmentError > > & GetEnvironmentFailureReasons() const
OverallDeploymentStatus GetOverallDeploymentStatus() const
AWS_DATAZONE_API EnvironmentDeploymentDetails()=default
void SetEnvironmentFailureReasons(EnvironmentFailureReasonsT &&value)
EnvironmentDeploymentDetails & WithOverallDeploymentStatus(OverallDeploymentStatus value)
bool EnvironmentFailureReasonsHasBeenSet() const
AWS_DATAZONE_API EnvironmentDeploymentDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API EnvironmentDeploymentDetails(Aws::Utils::Json::JsonView jsonValue)
void SetOverallDeploymentStatus(OverallDeploymentStatus value)
bool OverallDeploymentStatusHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
EnvironmentDeploymentDetails & WithEnvironmentFailureReasons(EnvironmentFailureReasonsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue