7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
9#include <aws/imagebuilder/model/WorkflowType.h>
20namespace imagebuilder {
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 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>
117 m_typeHasBeenSet =
true;
132 template <
typename OwnerT = Aws::String>
134 m_ownerHasBeenSet =
true;
135 m_owner = std::forward<OwnerT>(value);
137 template <
typename OwnerT = Aws::String>
139 SetOwner(std::forward<OwnerT>(value));
150 template <
typename DateCreatedT = Aws::String>
152 m_dateCreatedHasBeenSet =
true;
153 m_dateCreated = std::forward<DateCreatedT>(value);
155 template <
typename DateCreatedT = Aws::String>
175 bool m_arnHasBeenSet =
false;
176 bool m_nameHasBeenSet =
false;
177 bool m_versionHasBeenSet =
false;
178 bool m_descriptionHasBeenSet =
false;
179 bool m_typeHasBeenSet =
false;
180 bool m_ownerHasBeenSet =
false;
181 bool m_dateCreatedHasBeenSet =
false;
WorkflowVersion & WithName(NameT &&value)
const Aws::String & GetArn() const
AWS_IMAGEBUILDER_API WorkflowVersion()=default
void SetDateCreated(DateCreatedT &&value)
const Aws::String & GetVersion() const
const Aws::String & GetOwner() const
void SetArn(ArnT &&value)
WorkflowVersion & WithVersion(VersionT &&value)
const Aws::String & GetDateCreated() const
void SetOwner(OwnerT &&value)
bool DateCreatedHasBeenSet() const
bool OwnerHasBeenSet() const
WorkflowType GetType() const
bool VersionHasBeenSet() const
WorkflowVersion & WithOwner(OwnerT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
WorkflowVersion & WithType(WorkflowType value)
bool TypeHasBeenSet() const
const Aws::String & GetDescription() const
WorkflowVersion & WithArn(ArnT &&value)
void SetType(WorkflowType value)
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ArnHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetName(NameT &&value)
AWS_IMAGEBUILDER_API WorkflowVersion(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
WorkflowVersion & WithDescription(DescriptionT &&value)
AWS_IMAGEBUILDER_API WorkflowVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVersion(VersionT &&value)
WorkflowVersion & WithDateCreated(DateCreatedT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue