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>
50 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
51 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
65 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
79 inline void SetVersion(
const char* value) { m_versionHasBeenSet =
true; m_version.assign(value); }
93 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
107 inline void SetChangeDescription(
const char* value) { m_changeDescriptionHasBeenSet =
true; m_changeDescription.assign(value); }
134 inline void SetOwner(
const char* value) { m_ownerHasBeenSet =
true; m_owner.assign(value); }
160 inline void SetDateCreated(
const char* value) { m_dateCreatedHasBeenSet =
true; m_dateCreated.assign(value); }
182 inline WorkflowSummary&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
187 bool m_arnHasBeenSet =
false;
190 bool m_nameHasBeenSet =
false;
193 bool m_versionHasBeenSet =
false;
196 bool m_descriptionHasBeenSet =
false;
199 bool m_changeDescriptionHasBeenSet =
false;
202 bool m_typeHasBeenSet =
false;
205 bool m_ownerHasBeenSet =
false;
208 bool m_stateHasBeenSet =
false;
211 bool m_dateCreatedHasBeenSet =
false;
214 bool m_tagsHasBeenSet =
false;
void SetChangeDescription(const Aws::String &value)
void SetState(const WorkflowState &value)
const Aws::String & GetChangeDescription() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
WorkflowSummary & AddTags(const Aws::String &key, const Aws::String &value)
bool DescriptionHasBeenSet() const
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
bool ChangeDescriptionHasBeenSet() const
WorkflowSummary & WithName(const char *value)
const WorkflowType & GetType() const
bool TypeHasBeenSet() const
WorkflowSummary & WithType(const WorkflowType &value)
void SetVersion(const char *value)
void SetOwner(Aws::String &&value)
AWS_IMAGEBUILDER_API WorkflowSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const WorkflowState & GetState() const
void SetArn(Aws::String &&value)
WorkflowSummary & WithDescription(Aws::String &&value)
WorkflowSummary & AddTags(Aws::String &&key, const Aws::String &value)
WorkflowSummary & AddTags(const char *key, const char *value)
void SetDateCreated(const char *value)
WorkflowSummary & WithChangeDescription(const Aws::String &value)
AWS_IMAGEBUILDER_API WorkflowSummary(Aws::Utils::Json::JsonView jsonValue)
void SetType(WorkflowType &&value)
bool ArnHasBeenSet() const
WorkflowSummary & WithVersion(const Aws::String &value)
void SetDescription(const Aws::String &value)
void SetName(const char *value)
bool StateHasBeenSet() const
WorkflowSummary & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
WorkflowSummary & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
WorkflowSummary & WithOwner(const char *value)
WorkflowSummary & WithVersion(const char *value)
WorkflowSummary & WithState(WorkflowState &&value)
bool DateCreatedHasBeenSet() const
WorkflowSummary & WithOwner(const Aws::String &value)
WorkflowSummary & WithName(Aws::String &&value)
WorkflowSummary & AddTags(const char *key, Aws::String &&value)
const Aws::String & GetOwner() const
WorkflowSummary & AddTags(Aws::String &&key, Aws::String &&value)
void SetVersion(Aws::String &&value)
WorkflowSummary & WithDescription(const Aws::String &value)
void SetState(WorkflowState &&value)
void SetDescription(const char *value)
void SetType(const WorkflowType &value)
void SetArn(const Aws::String &value)
const Aws::String & GetName() const
AWS_IMAGEBUILDER_API WorkflowSummary()
const Aws::String & GetVersion() const
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDescription() const
bool OwnerHasBeenSet() const
const Aws::String & GetDateCreated() const
WorkflowSummary & WithName(const Aws::String &value)
const Aws::String & GetArn() const
WorkflowSummary & WithOwner(Aws::String &&value)
WorkflowSummary & AddTags(Aws::String &&key, const char *value)
WorkflowSummary & WithDateCreated(Aws::String &&value)
void SetVersion(const Aws::String &value)
void SetChangeDescription(Aws::String &&value)
void SetName(Aws::String &&value)
void SetOwner(const Aws::String &value)
WorkflowSummary & WithState(const WorkflowState &value)
WorkflowSummary & WithDateCreated(const char *value)
WorkflowSummary & WithDateCreated(const Aws::String &value)
void SetOwner(const char *value)
bool NameHasBeenSet() const
bool VersionHasBeenSet() const
WorkflowSummary & WithArn(Aws::String &&value)
void SetDateCreated(Aws::String &&value)
void SetDateCreated(const Aws::String &value)
WorkflowSummary & AddTags(const Aws::String &key, Aws::String &&value)
void SetName(const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetDescription(Aws::String &&value)
WorkflowSummary & WithChangeDescription(Aws::String &&value)
WorkflowSummary & WithDescription(const char *value)
WorkflowSummary & WithChangeDescription(const char *value)
bool TagsHasBeenSet() const
WorkflowSummary & WithType(WorkflowType &&value)
WorkflowSummary & WithArn(const char *value)
void SetArn(const char *value)
WorkflowSummary & WithArn(const Aws::String &value)
void SetChangeDescription(const char *value)
WorkflowSummary & WithVersion(Aws::String &&value)
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