7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/Omics_EXPORTS.h>
10#include <aws/omics/model/ConfigurationStatus.h>
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
98 m_statusHasBeenSet =
true;
113 template <
typename CreationTimeT = Aws::Utils::DateTime>
115 m_creationTimeHasBeenSet =
true;
116 m_creationTime = std::forward<CreationTimeT>(value);
118 template <
typename CreationTimeT = Aws::Utils::DateTime>
134 bool m_arnHasBeenSet =
false;
135 bool m_nameHasBeenSet =
false;
136 bool m_descriptionHasBeenSet =
false;
137 bool m_statusHasBeenSet =
false;
138 bool m_creationTimeHasBeenSet =
false;
const Aws::String & GetDescription() const
void SetStatus(ConfigurationStatus value)
AWS_OMICS_API ConfigurationListItem(Aws::Utils::Json::JsonView jsonValue)
ConfigurationListItem & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
ConfigurationStatus GetStatus() const
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetName() const
void SetCreationTime(CreationTimeT &&value)
void SetName(NameT &&value)
bool ArnHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetArn() const
AWS_OMICS_API ConfigurationListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreationTimeHasBeenSet() const
bool StatusHasBeenSet() const
ConfigurationListItem & WithDescription(DescriptionT &&value)
bool NameHasBeenSet() const
AWS_OMICS_API ConfigurationListItem()=default
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
ConfigurationListItem & WithStatus(ConfigurationStatus value)
ConfigurationListItem & WithName(NameT &&value)
ConfigurationListItem & WithCreationTime(CreationTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue