7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/datazone/model/OverallDeploymentStatus.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/datazone/model/EnvironmentError.h>
50 template<
typename EnvironmentFailureReasonsT = Aws::Map<Aws::String, Aws::Vector<EnvironmentError>>>
51 void SetEnvironmentFailureReasons(EnvironmentFailureReasonsT&& value) { m_environmentFailureReasonsHasBeenSet =
true; m_environmentFailureReasons = std::forward<EnvironmentFailureReasonsT>(value); }
52 template<
typename EnvironmentFailureReasonsT = Aws::Map<Aws::String, Aws::Vector<EnvironmentError>>>
54 template<
typename EnvironmentFailureReasonsKeyT = Aws::String,
typename EnvironmentFailureReasonsValueT = Aws::Vector<EnvironmentError>>
56 m_environmentFailureReasonsHasBeenSet =
true; m_environmentFailureReasons.emplace(std::forward<EnvironmentFailureReasonsKeyT>(key), std::forward<EnvironmentFailureReasonsValueT>(value));
return *
this;
72 bool m_environmentFailureReasonsHasBeenSet =
false;
75 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