7#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8#include <aws/simspaceweaver/model/LifecycleManagementStrategy.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace SimSpaceWeaver
74 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
82 bool m_lifecycleHasBeenSet =
false;
85 bool m_nameHasBeenSet =
false;
Domain & WithLifecycle(const LifecycleManagementStrategy &value)
void SetName(const char *value)
void SetName(const Aws::String &value)
Domain & WithName(const char *value)
AWS_SIMSPACEWEAVER_API Domain & operator=(Aws::Utils::Json::JsonView jsonValue)
Domain & WithName(const Aws::String &value)
bool NameHasBeenSet() const
Domain & WithName(Aws::String &&value)
void SetLifecycle(LifecycleManagementStrategy &&value)
AWS_SIMSPACEWEAVER_API Domain(Aws::Utils::Json::JsonView jsonValue)
AWS_SIMSPACEWEAVER_API Aws::Utils::Json::JsonValue Jsonize() const
const LifecycleManagementStrategy & GetLifecycle() const
AWS_SIMSPACEWEAVER_API Domain()
void SetLifecycle(const LifecycleManagementStrategy &value)
const Aws::String & GetName() const
bool LifecycleHasBeenSet() const
Domain & WithLifecycle(LifecycleManagementStrategy &&value)
void SetName(Aws::String &&value)
LifecycleManagementStrategy
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue