7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/model/WorkflowType.h>
10#include <aws/imagebuilder/model/WorkflowState.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
73 template<
typename VersionT = Aws::String>
74 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
75 template<
typename VersionT = Aws::String>
85 template<
typename DescriptionT = Aws::String>
86 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
87 template<
typename DescriptionT = Aws::String>
97 template<
typename ChangeDescriptionT = Aws::String>
98 void SetChangeDescription(ChangeDescriptionT&& value) { m_changeDescriptionHasBeenSet =
true; m_changeDescription = std::forward<ChangeDescriptionT>(value); }
99 template<
typename ChangeDescriptionT = Aws::String>
120 template<
typename OwnerT = Aws::String>
121 void SetOwner(OwnerT&& value) { m_ownerHasBeenSet =
true; m_owner = std::forward<OwnerT>(value); }
122 template<
typename OwnerT = Aws::String>
132 template<
typename StateT = WorkflowState>
133 void SetState(StateT&& value) { m_stateHasBeenSet =
true; m_state = std::forward<StateT>(value); }
134 template<
typename StateT = WorkflowState>
144 template<
typename DateCreatedT = Aws::String>
145 void SetDateCreated(DateCreatedT&& value) { m_dateCreatedHasBeenSet =
true; m_dateCreated = std::forward<DateCreatedT>(value); }
146 template<
typename DateCreatedT = Aws::String>
156 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
157 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
158 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
160 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
162 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
168 bool m_arnHasBeenSet =
false;
171 bool m_nameHasBeenSet =
false;
174 bool m_versionHasBeenSet =
false;
177 bool m_descriptionHasBeenSet =
false;
180 bool m_changeDescriptionHasBeenSet =
false;
183 bool m_typeHasBeenSet =
false;
186 bool m_ownerHasBeenSet =
false;
188 WorkflowState m_state;
189 bool m_stateHasBeenSet =
false;
192 bool m_dateCreatedHasBeenSet =
false;
195 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