7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/omics/Omics_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename ArnT = Aws::String>
60 m_arnHasBeenSet =
true;
61 m_arn = std::forward<ArnT>(value);
63 template <
typename ArnT = Aws::String>
65 SetArn(std::forward<ArnT>(value));
76 template <
typename Uu
idT = Aws::String>
78 m_uuidHasBeenSet =
true;
79 m_uuid = std::forward<UuidT>(value);
81 template <
typename Uu
idT = Aws::String>
83 SetUuid(std::forward<UuidT>(value));
93 bool m_nameHasBeenSet =
false;
94 bool m_arnHasBeenSet =
false;
95 bool m_uuidHasBeenSet =
false;
bool UuidHasBeenSet() const
void SetArn(ArnT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
void SetUuid(UuidT &&value)
AWS_OMICS_API ConfigurationDetails()=default
ConfigurationDetails & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
AWS_OMICS_API ConfigurationDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
ConfigurationDetails & WithUuid(UuidT &&value)
const Aws::String & GetArn() const
ConfigurationDetails & WithName(NameT &&value)
AWS_OMICS_API ConfigurationDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUuid() const
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue