7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/omics/OmicsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/omics/model/StartReferenceImportJobSourceItem.h>
43 template<
typename ReferenceStoreIdT = Aws::String>
44 void SetReferenceStoreId(ReferenceStoreIdT&& value) { m_referenceStoreIdHasBeenSet =
true; m_referenceStoreId = std::forward<ReferenceStoreIdT>(value); }
45 template<
typename ReferenceStoreIdT = Aws::String>
55 template<
typename RoleArnT = Aws::String>
56 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
57 template<
typename RoleArnT = Aws::String>
68 template<
typename ClientTokenT = Aws::String>
69 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
70 template<
typename ClientTokenT = Aws::String>
80 template<
typename SourcesT = Aws::Vector<StartReferenceImportJobSourceItem>>
81 void SetSources(SourcesT&& value) { m_sourcesHasBeenSet =
true; m_sources = std::forward<SourcesT>(value); }
82 template<
typename SourcesT = Aws::Vector<StartReferenceImportJobSourceItem>>
84 template<
typename SourcesT = StartReferenceImportJobSourceItem>
90 bool m_referenceStoreIdHasBeenSet =
false;
93 bool m_roleArnHasBeenSet =
false;
96 bool m_clientTokenHasBeenSet =
false;
99 bool m_sourcesHasBeenSet =
false;
const Aws::String & GetClientToken() const
void SetClientToken(ClientTokenT &&value)
bool RoleArnHasBeenSet() const
StartReferenceImportJobRequest & AddSources(SourcesT &&value)
AWS_OMICS_API Aws::String SerializePayload() const override
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetReferenceStoreId() const
const Aws::Vector< StartReferenceImportJobSourceItem > & GetSources() const
StartReferenceImportJobRequest & WithClientToken(ClientTokenT &&value)
void SetReferenceStoreId(ReferenceStoreIdT &&value)
bool ReferenceStoreIdHasBeenSet() const
StartReferenceImportJobRequest & WithSources(SourcesT &&value)
void SetSources(SourcesT &&value)
StartReferenceImportJobRequest & WithReferenceStoreId(ReferenceStoreIdT &&value)
const Aws::String & GetRoleArn() const
virtual const char * GetServiceRequestName() const override
AWS_OMICS_API StartReferenceImportJobRequest()=default
bool ClientTokenHasBeenSet() const
bool SourcesHasBeenSet() const
StartReferenceImportJobRequest & WithRoleArn(RoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector