7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
10#include <aws/imagebuilder/model/WorkflowState.h>
11#include <aws/imagebuilder/model/WorkflowType.h>
22namespace imagebuilder {
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
79 template <
typename VersionT = Aws::String>
81 m_versionHasBeenSet =
true;
82 m_version = std::forward<VersionT>(value);
84 template <
typename VersionT = Aws::String>
97 template <
typename DescriptionT = Aws::String>
99 m_descriptionHasBeenSet =
true;
100 m_description = std::forward<DescriptionT>(value);
102 template <
typename DescriptionT = Aws::String>
115 template <
typename ChangeDescriptionT = Aws::String>
117 m_changeDescriptionHasBeenSet =
true;
118 m_changeDescription = std::forward<ChangeDescriptionT>(value);
120 template <
typename ChangeDescriptionT = Aws::String>
135 m_typeHasBeenSet =
true;
150 template <
typename OwnerT = Aws::String>
152 m_ownerHasBeenSet =
true;
153 m_owner = std::forward<OwnerT>(value);
155 template <
typename OwnerT = Aws::String>
157 SetOwner(std::forward<OwnerT>(value));
168 template <
typename StateT = WorkflowState>
170 m_stateHasBeenSet =
true;
171 m_state = std::forward<StateT>(value);
173 template <
typename StateT = WorkflowState>
175 SetState(std::forward<StateT>(value));
186 template <
typename DateCreatedT = Aws::String>
188 m_dateCreatedHasBeenSet =
true;
189 m_dateCreated = std::forward<DateCreatedT>(value);
191 template <
typename DateCreatedT = Aws::String>
204 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
206 m_tagsHasBeenSet =
true;
207 m_tags = std::forward<TagsT>(value);
209 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
211 SetTags(std::forward<TagsT>(value));
214 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
216 m_tagsHasBeenSet =
true;
217 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
236 WorkflowState m_state;
241 bool m_arnHasBeenSet =
false;
242 bool m_nameHasBeenSet =
false;
243 bool m_versionHasBeenSet =
false;
244 bool m_descriptionHasBeenSet =
false;
245 bool m_changeDescriptionHasBeenSet =
false;
246 bool m_typeHasBeenSet =
false;
247 bool m_ownerHasBeenSet =
false;
248 bool m_stateHasBeenSet =
false;
249 bool m_dateCreatedHasBeenSet =
false;
250 bool m_tagsHasBeenSet =
false;
WorkflowSummary & WithOwner(OwnerT &&value)
WorkflowSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetChangeDescription() const
void SetDateCreated(DateCreatedT &&value)
bool DescriptionHasBeenSet() const
void SetOwner(OwnerT &&value)
void SetDescription(DescriptionT &&value)
bool ChangeDescriptionHasBeenSet() const
void SetTags(TagsT &&value)
WorkflowSummary & WithType(WorkflowType value)
bool TypeHasBeenSet() const
WorkflowSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_IMAGEBUILDER_API WorkflowSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const WorkflowState & GetState() const
WorkflowSummary & WithState(StateT &&value)
WorkflowSummary & WithTags(TagsT &&value)
AWS_IMAGEBUILDER_API WorkflowSummary(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
void SetArn(ArnT &&value)
bool StateHasBeenSet() const
bool DateCreatedHasBeenSet() const
const Aws::String & GetOwner() const
WorkflowSummary & WithDateCreated(DateCreatedT &&value)
void SetChangeDescription(ChangeDescriptionT &&value)
const Aws::String & GetName() const
const Aws::String & GetVersion() const
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
WorkflowSummary & WithName(NameT &&value)
const Aws::String & GetDescription() const
bool OwnerHasBeenSet() const
const Aws::String & GetDateCreated() const
WorkflowSummary & WithVersion(VersionT &&value)
const Aws::String & GetArn() const
void SetType(WorkflowType value)
void SetVersion(VersionT &&value)
WorkflowSummary & WithChangeDescription(ChangeDescriptionT &&value)
void SetState(StateT &&value)
WorkflowType GetType() const
AWS_IMAGEBUILDER_API WorkflowSummary()=default
bool NameHasBeenSet() const
void SetName(NameT &&value)
bool VersionHasBeenSet() const
WorkflowSummary & WithArn(ArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TagsHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue