7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/swf/SWFRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/swf/model/ResourceTag.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename DescriptionT = Aws::String>
63 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
64 template<
typename DescriptionT = Aws::String>
83 template<
typename WorkflowExecutionRetentionPeriodInDaysT = Aws::String>
84 void SetWorkflowExecutionRetentionPeriodInDays(WorkflowExecutionRetentionPeriodInDaysT&& value) { m_workflowExecutionRetentionPeriodInDaysHasBeenSet =
true; m_workflowExecutionRetentionPeriodInDays = std::forward<WorkflowExecutionRetentionPeriodInDaysT>(value); }
85 template<
typename WorkflowExecutionRetentionPeriodInDaysT = Aws::String>
97 template<
typename TagsT = Aws::Vector<ResourceTag>>
98 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
99 template<
typename TagsT = Aws::Vector<ResourceTag>>
101 template<
typename TagsT = ResourceTag>
107 bool m_nameHasBeenSet =
false;
110 bool m_descriptionHasBeenSet =
false;
112 Aws::String m_workflowExecutionRetentionPeriodInDays;
113 bool m_workflowExecutionRetentionPeriodInDaysHasBeenSet =
false;
116 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