7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
20namespace GreengrassV2 {
49 template <
typename ErrorStackT = Aws::Vector<Aws::String>>
51 m_errorStackHasBeenSet =
true;
52 m_errorStack = std::forward<ErrorStackT>(value);
54 template <
typename ErrorStackT = Aws::Vector<Aws::String>>
59 template <
typename ErrorStackT = Aws::String>
61 m_errorStackHasBeenSet =
true;
62 m_errorStack.emplace_back(std::forward<ErrorStackT>(value));
75 template <
typename ErrorTypesT = Aws::Vector<Aws::String>>
77 m_errorTypesHasBeenSet =
true;
78 m_errorTypes = std::forward<ErrorTypesT>(value);
80 template <
typename ErrorTypesT = Aws::Vector<Aws::String>>
85 template <
typename ErrorTypesT = Aws::String>
87 m_errorTypesHasBeenSet =
true;
88 m_errorTypes.emplace_back(std::forward<ErrorTypesT>(value));
94 bool m_errorStackHasBeenSet =
false;
97 bool m_errorTypesHasBeenSet =
false;
AWS_GREENGRASSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorStack(ErrorStackT &&value)
const Aws::Vector< Aws::String > & GetErrorStack() const
AWS_GREENGRASSV2_API EffectiveDeploymentStatusDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetErrorTypes() const
void SetErrorTypes(ErrorTypesT &&value)
EffectiveDeploymentStatusDetails & AddErrorStack(ErrorStackT &&value)
bool ErrorTypesHasBeenSet() const
EffectiveDeploymentStatusDetails & WithErrorStack(ErrorStackT &&value)
EffectiveDeploymentStatusDetails & WithErrorTypes(ErrorTypesT &&value)
AWS_GREENGRASSV2_API EffectiveDeploymentStatusDetails()=default
EffectiveDeploymentStatusDetails & AddErrorTypes(ErrorTypesT &&value)
AWS_GREENGRASSV2_API EffectiveDeploymentStatusDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ErrorStackHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue