7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/connectcases/model/TagPropagationConfiguration.h>
9#include <aws/connectcases/model/TemplateStatus.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace ConnectCases {
43 template <
typename TemplateIdT = Aws::String>
45 m_templateIdHasBeenSet =
true;
46 m_templateId = std::forward<TemplateIdT>(value);
48 template <
typename TemplateIdT = Aws::String>
61 template <
typename TemplateArnT = Aws::String>
63 m_templateArnHasBeenSet =
true;
64 m_templateArn = std::forward<TemplateArnT>(value);
66 template <
typename TemplateArnT = Aws::String>
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
98 m_statusHasBeenSet =
true;
115 template <
typename TagPropagationConfigurationsT = Aws::Vector<TagPropagationConfiguration>>
117 m_tagPropagationConfigurationsHasBeenSet =
true;
118 m_tagPropagationConfigurations = std::forward<TagPropagationConfigurationsT>(value);
120 template <
typename TagPropagationConfigurationsT = Aws::Vector<TagPropagationConfiguration>>
125 template <
typename TagPropagationConfigurationsT = TagPropagationConfiguration>
127 m_tagPropagationConfigurationsHasBeenSet =
true;
128 m_tagPropagationConfigurations.emplace_back(std::forward<TagPropagationConfigurationsT>(value));
142 bool m_templateIdHasBeenSet =
false;
143 bool m_templateArnHasBeenSet =
false;
144 bool m_nameHasBeenSet =
false;
145 bool m_statusHasBeenSet =
false;
146 bool m_tagPropagationConfigurationsHasBeenSet =
false;
void SetTemplateId(TemplateIdT &&value)
bool NameHasBeenSet() const
void SetName(NameT &&value)
TemplateSummary & WithTemplateId(TemplateIdT &&value)
TemplateSummary & WithStatus(TemplateStatus value)
const Aws::String & GetTemplateId() const
void SetStatus(TemplateStatus value)
bool TemplateArnHasBeenSet() const
TemplateStatus GetStatus() const
TemplateSummary & AddTagPropagationConfigurations(TagPropagationConfigurationsT &&value)
AWS_CONNECTCASES_API TemplateSummary()=default
bool TagPropagationConfigurationsHasBeenSet() const
void SetTagPropagationConfigurations(TagPropagationConfigurationsT &&value)
TemplateSummary & WithTemplateArn(TemplateArnT &&value)
bool StatusHasBeenSet() const
AWS_CONNECTCASES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTemplateArn() const
bool TemplateIdHasBeenSet() const
const Aws::String & GetName() const
TemplateSummary & WithTagPropagationConfigurations(TagPropagationConfigurationsT &&value)
const Aws::Vector< TagPropagationConfiguration > & GetTagPropagationConfigurations() const
TemplateSummary & WithName(NameT &&value)
AWS_CONNECTCASES_API TemplateSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCASES_API TemplateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTemplateArn(TemplateArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue