7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fsx/FSx_EXPORTS.h>
9#include <aws/fsx/model/AliasLifecycle.h>
55 template <
typename NameT = Aws::String>
57 m_nameHasBeenSet =
true;
58 m_name = std::forward<NameT>(value);
60 template <
typename NameT = Aws::String>
62 SetName(std::forward<NameT>(value));
81 m_lifecycleHasBeenSet =
true;
93 bool m_nameHasBeenSet =
false;
94 bool m_lifecycleHasBeenSet =
false;
void SetName(NameT &&value)
Alias & WithName(NameT &&value)
bool NameHasBeenSet() const
AWS_FSX_API Alias(Aws::Utils::Json::JsonView jsonValue)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
AliasLifecycle GetLifecycle() const
AWS_FSX_API Alias()=default
Alias & WithLifecycle(AliasLifecycle value)
bool LifecycleHasBeenSet() const
void SetLifecycle(AliasLifecycle value)
const Aws::String & GetName() const
AWS_FSX_API Alias & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue