7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/model/ReferenceImportJobItemStatus.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
48 template<
typename SourceFileT = Aws::String>
49 void SetSourceFile(SourceFileT&& value) { m_sourceFileHasBeenSet =
true; m_sourceFile = std::forward<SourceFileT>(value); }
50 template<
typename SourceFileT = Aws::String>
70 template<
typename StatusMessageT = Aws::String>
71 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
72 template<
typename StatusMessageT = Aws::String>
82 template<
typename NameT = Aws::String>
83 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
84 template<
typename NameT = Aws::String>
94 template<
typename DescriptionT = Aws::String>
95 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
96 template<
typename DescriptionT = Aws::String>
106 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
107 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
108 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
112 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
122 template<
typename ReferenceIdT = Aws::String>
123 void SetReferenceId(ReferenceIdT&& value) { m_referenceIdHasBeenSet =
true; m_referenceId = std::forward<ReferenceIdT>(value); }
124 template<
typename ReferenceIdT = Aws::String>
130 bool m_sourceFileHasBeenSet =
false;
133 bool m_statusHasBeenSet =
false;
136 bool m_statusMessageHasBeenSet =
false;
139 bool m_nameHasBeenSet =
false;
142 bool m_descriptionHasBeenSet =
false;
145 bool m_tagsHasBeenSet =
false;
148 bool m_referenceIdHasBeenSet =
false;
const Aws::String & GetReferenceId() const
AWS_OMICS_API ImportReferenceSourceItem()=default
ImportReferenceSourceItem & WithStatus(ReferenceImportJobItemStatus value)
ImportReferenceSourceItem & WithDescription(DescriptionT &&value)
bool TagsHasBeenSet() const
bool StatusHasBeenSet() const
bool DescriptionHasBeenSet() const
ImportReferenceSourceItem & WithTags(TagsT &&value)
ImportReferenceSourceItem & WithReferenceId(ReferenceIdT &&value)
AWS_OMICS_API ImportReferenceSourceItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
const Aws::String & GetSourceFile() const
void SetSourceFile(SourceFileT &&value)
void SetTags(TagsT &&value)
ReferenceImportJobItemStatus GetStatus() const
ImportReferenceSourceItem & WithSourceFile(SourceFileT &&value)
AWS_OMICS_API ImportReferenceSourceItem(Aws::Utils::Json::JsonView jsonValue)
bool StatusMessageHasBeenSet() const
ImportReferenceSourceItem & WithStatusMessage(StatusMessageT &&value)
void SetStatus(ReferenceImportJobItemStatus value)
const Aws::String & GetStatusMessage() const
bool SourceFileHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetStatusMessage(StatusMessageT &&value)
const Aws::String & GetDescription() const
bool ReferenceIdHasBeenSet() const
bool NameHasBeenSet() const
ImportReferenceSourceItem & WithName(NameT &&value)
void SetReferenceId(ReferenceIdT &&value)
ImportReferenceSourceItem & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
ReferenceImportJobItemStatus
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue