7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/model/SourceReference.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
50 template<
typename ConnectionArnT = Aws::String>
51 void SetConnectionArn(ConnectionArnT&& value) { m_connectionArnHasBeenSet =
true; m_connectionArn = std::forward<ConnectionArnT>(value); }
52 template<
typename ConnectionArnT = Aws::String>
63 template<
typename FullRepositoryIdT = Aws::String>
64 void SetFullRepositoryId(FullRepositoryIdT&& value) { m_fullRepositoryIdHasBeenSet =
true; m_fullRepositoryId = std::forward<FullRepositoryIdT>(value); }
65 template<
typename FullRepositoryIdT = Aws::String>
76 template<
typename SourceReferenceT = SourceReference>
77 void SetSourceReference(SourceReferenceT&& value) { m_sourceReferenceHasBeenSet =
true; m_sourceReference = std::forward<SourceReferenceT>(value); }
78 template<
typename SourceReferenceT = SourceReference>
89 template<
typename ExcludeFilePatternsT = Aws::Vector<Aws::String>>
90 void SetExcludeFilePatterns(ExcludeFilePatternsT&& value) { m_excludeFilePatternsHasBeenSet =
true; m_excludeFilePatterns = std::forward<ExcludeFilePatternsT>(value); }
91 template<
typename ExcludeFilePatternsT = Aws::Vector<Aws::String>>
93 template<
typename ExcludeFilePatternsT = Aws::String>
99 bool m_connectionArnHasBeenSet =
false;
102 bool m_fullRepositoryIdHasBeenSet =
false;
105 bool m_sourceReferenceHasBeenSet =
false;
108 bool m_excludeFilePatternsHasBeenSet =
false;
void SetFullRepositoryId(FullRepositoryIdT &&value)
DefinitionRepository & WithFullRepositoryId(FullRepositoryIdT &&value)
const Aws::String & GetFullRepositoryId() const
bool SourceReferenceHasBeenSet() const
AWS_OMICS_API DefinitionRepository()=default
bool FullRepositoryIdHasBeenSet() const
DefinitionRepository & AddExcludeFilePatterns(ExcludeFilePatternsT &&value)
const SourceReference & GetSourceReference() const
DefinitionRepository & WithSourceReference(SourceReferenceT &&value)
void SetConnectionArn(ConnectionArnT &&value)
void SetExcludeFilePatterns(ExcludeFilePatternsT &&value)
bool ExcludeFilePatternsHasBeenSet() const
bool ConnectionArnHasBeenSet() const
void SetSourceReference(SourceReferenceT &&value)
DefinitionRepository & WithConnectionArn(ConnectionArnT &&value)
AWS_OMICS_API DefinitionRepository(Aws::Utils::Json::JsonView jsonValue)
AWS_OMICS_API DefinitionRepository & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetConnectionArn() const
const Aws::Vector< Aws::String > & GetExcludeFilePatterns() const
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
DefinitionRepository & WithExcludeFilePatterns(ExcludeFilePatternsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue