7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
55 template<
typename ErrorStackT = Aws::Vector<Aws::String>>
56 void SetErrorStack(ErrorStackT&& value) { m_errorStackHasBeenSet =
true; m_errorStack = std::forward<ErrorStackT>(value); }
57 template<
typename ErrorStackT = Aws::Vector<Aws::String>>
59 template<
typename ErrorStackT = Aws::String>
71 template<
typename ErrorTypesT = Aws::Vector<Aws::String>>
72 void SetErrorTypes(ErrorTypesT&& value) { m_errorTypesHasBeenSet =
true; m_errorTypes = std::forward<ErrorTypesT>(value); }
73 template<
typename ErrorTypesT = Aws::Vector<Aws::String>>
75 template<
typename ErrorTypesT = Aws::String>
81 bool m_errorStackHasBeenSet =
false;
84 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