7#include <aws/launch-wizard/LaunchWizard_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/launch-wizard/model/DeploymentStatus.h>
49 template<
typename CreatedAtT = Aws::Utils::DateTime>
50 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
51 template<
typename CreatedAtT = Aws::Utils::DateTime>
61 template<
typename DeletedAtT = Aws::Utils::DateTime>
62 void SetDeletedAt(DeletedAtT&& value) { m_deletedAtHasBeenSet =
true; m_deletedAt = std::forward<DeletedAtT>(value); }
63 template<
typename DeletedAtT = Aws::Utils::DateTime>
73 template<
typename DeploymentArnT = Aws::String>
74 void SetDeploymentArn(DeploymentArnT&& value) { m_deploymentArnHasBeenSet =
true; m_deploymentArn = std::forward<DeploymentArnT>(value); }
75 template<
typename DeploymentArnT = Aws::String>
85 template<
typename IdT = Aws::String>
86 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
87 template<
typename IdT = Aws::String>
97 template<
typename NameT = Aws::String>
98 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
99 template<
typename NameT = Aws::String>
109 template<
typename PatternNameT = Aws::String>
110 void SetPatternName(PatternNameT&& value) { m_patternNameHasBeenSet =
true; m_patternName = std::forward<PatternNameT>(value); }
111 template<
typename PatternNameT = Aws::String>
121 template<
typename ResourceGroupT = Aws::String>
122 void SetResourceGroup(ResourceGroupT&& value) { m_resourceGroupHasBeenSet =
true; m_resourceGroup = std::forward<ResourceGroupT>(value); }
123 template<
typename ResourceGroupT = Aws::String>
141 template<
typename SpecificationsT = Aws::Map<Aws::String, Aws::String>>
142 void SetSpecifications(SpecificationsT&& value) { m_specificationsHasBeenSet =
true; m_specifications = std::forward<SpecificationsT>(value); }
143 template<
typename SpecificationsT = Aws::Map<Aws::String, Aws::String>>
145 template<
typename SpecificationsKeyT = Aws::String,
typename SpecificationsValueT = Aws::String>
147 m_specificationsHasBeenSet =
true; m_specifications.emplace(std::forward<SpecificationsKeyT>(key), std::forward<SpecificationsValueT>(value));
return *
this;
167 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
168 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
169 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
171 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
173 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
183 template<
typename WorkloadNameT = Aws::String>
184 void SetWorkloadName(WorkloadNameT&& value) { m_workloadNameHasBeenSet =
true; m_workloadName = std::forward<WorkloadNameT>(value); }
185 template<
typename WorkloadNameT = Aws::String>
191 bool m_createdAtHasBeenSet =
false;
194 bool m_deletedAtHasBeenSet =
false;
197 bool m_deploymentArnHasBeenSet =
false;
200 bool m_idHasBeenSet =
false;
203 bool m_nameHasBeenSet =
false;
206 bool m_patternNameHasBeenSet =
false;
209 bool m_resourceGroupHasBeenSet =
false;
212 bool m_specificationsHasBeenSet =
false;
215 bool m_statusHasBeenSet =
false;
218 bool m_tagsHasBeenSet =
false;
221 bool m_workloadNameHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetTags() const
DeploymentData & WithId(IdT &&value)
bool PatternNameHasBeenSet() const
void SetTags(TagsT &&value)
void SetResourceGroup(ResourceGroupT &&value)
DeploymentData & WithPatternName(PatternNameT &&value)
void SetName(NameT &&value)
DeploymentData & WithDeploymentArn(DeploymentArnT &&value)
DeploymentData & WithName(NameT &&value)
const Aws::String & GetResourceGroup() const
DeploymentData & WithCreatedAt(CreatedAtT &&value)
DeploymentData & WithDeletedAt(DeletedAtT &&value)
bool NameHasBeenSet() const
AWS_LAUNCHWIZARD_API DeploymentData & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DeletedAtHasBeenSet() const
const Aws::String & GetWorkloadName() const
const Aws::Utils::DateTime & GetDeletedAt() const
void SetDeletedAt(DeletedAtT &&value)
AWS_LAUNCHWIZARD_API DeploymentData()=default
void SetSpecifications(SpecificationsT &&value)
void SetStatus(DeploymentStatus value)
bool SpecificationsHasBeenSet() const
const Aws::String & GetPatternName() const
bool WorkloadNameHasBeenSet() const
bool DeploymentArnHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetSpecifications() const
void SetPatternName(PatternNameT &&value)
DeploymentData & WithWorkloadName(WorkloadNameT &&value)
DeploymentData & WithStatus(DeploymentStatus value)
bool IdHasBeenSet() const
const Aws::String & GetId() const
DeploymentData & AddSpecifications(SpecificationsKeyT &&key, SpecificationsValueT &&value)
DeploymentData & WithTags(TagsT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
DeploymentData & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetWorkloadName(WorkloadNameT &&value)
bool ResourceGroupHasBeenSet() const
AWS_LAUNCHWIZARD_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LAUNCHWIZARD_API DeploymentData(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
DeploymentData & WithSpecifications(SpecificationsT &&value)
const Aws::String & GetDeploymentArn() const
const Aws::String & GetName() const
DeploymentStatus GetStatus() const
bool TagsHasBeenSet() const
void SetDeploymentArn(DeploymentArnT &&value)
DeploymentData & WithResourceGroup(ResourceGroupT &&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