7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/swf/SWFRequest.h>
10#include <aws/swf/SWF_EXPORTS.h>
11#include <aws/swf/model/ResourceTag.h>
46 template <
typename NameT = Aws::String>
48 m_nameHasBeenSet =
true;
49 m_name = std::forward<NameT>(value);
51 template <
typename NameT = Aws::String>
53 SetName(std::forward<NameT>(value));
64 template <
typename DescriptionT = Aws::String>
66 m_descriptionHasBeenSet =
true;
67 m_description = std::forward<DescriptionT>(value);
69 template <
typename DescriptionT = Aws::String>
91 template <
typename WorkflowExecutionRetentionPeriodInDaysT = Aws::String>
93 m_workflowExecutionRetentionPeriodInDaysHasBeenSet =
true;
94 m_workflowExecutionRetentionPeriodInDays = std::forward<WorkflowExecutionRetentionPeriodInDaysT>(value);
96 template <
typename WorkflowExecutionRetentionPeriodInDaysT = Aws::String>
111 template <
typename TagsT = Aws::Vector<ResourceTag>>
113 m_tagsHasBeenSet =
true;
114 m_tags = std::forward<TagsT>(value);
116 template <
typename TagsT = Aws::Vector<ResourceTag>>
118 SetTags(std::forward<TagsT>(value));
121 template <
typename TagsT = ResourceTag>
123 m_tagsHasBeenSet =
true;
124 m_tags.emplace_back(std::forward<TagsT>(value));
133 Aws::String m_workflowExecutionRetentionPeriodInDays;
136 bool m_nameHasBeenSet =
false;
137 bool m_descriptionHasBeenSet =
false;
138 bool m_workflowExecutionRetentionPeriodInDaysHasBeenSet =
false;
139 bool m_tagsHasBeenSet =
false;
const Aws::Vector< ResourceTag > & GetTags() const
RegisterDomainRequest & WithTags(TagsT &&value)
RegisterDomainRequest & WithName(NameT &&value)
const Aws::String & GetName() const
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
AWS_SWF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SWF_API RegisterDomainRequest()=default
void SetDescription(DescriptionT &&value)
bool NameHasBeenSet() const
void SetName(NameT &&value)
AWS_SWF_API Aws::String SerializePayload() const override
void SetWorkflowExecutionRetentionPeriodInDays(WorkflowExecutionRetentionPeriodInDaysT &&value)
RegisterDomainRequest & WithWorkflowExecutionRetentionPeriodInDays(WorkflowExecutionRetentionPeriodInDaysT &&value)
bool WorkflowExecutionRetentionPeriodInDaysHasBeenSet() const
const Aws::String & GetWorkflowExecutionRetentionPeriodInDays() const
RegisterDomainRequest & WithDescription(DescriptionT &&value)
RegisterDomainRequest & AddTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector