7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWF_EXPORTS.h>
41 template <
typename WorkflowExecutionRetentionPeriodInDaysT = Aws::String>
43 m_workflowExecutionRetentionPeriodInDaysHasBeenSet =
true;
44 m_workflowExecutionRetentionPeriodInDays = std::forward<WorkflowExecutionRetentionPeriodInDaysT>(value);
46 template <
typename WorkflowExecutionRetentionPeriodInDaysT = Aws::String>
53 Aws::String m_workflowExecutionRetentionPeriodInDays;
54 bool m_workflowExecutionRetentionPeriodInDaysHasBeenSet =
false;
void SetWorkflowExecutionRetentionPeriodInDays(WorkflowExecutionRetentionPeriodInDaysT &&value)
AWS_SWF_API DomainConfiguration()=default
bool WorkflowExecutionRetentionPeriodInDaysHasBeenSet() const
const Aws::String & GetWorkflowExecutionRetentionPeriodInDays() const
AWS_SWF_API DomainConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SWF_API DomainConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
DomainConfiguration & WithWorkflowExecutionRetentionPeriodInDays(WorkflowExecutionRetentionPeriodInDaysT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue