7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/omics/Omics_EXPORTS.h>
10#include <aws/omics/model/SourceReference.h>
44 template <
typename ConnectionArnT = Aws::String>
46 m_connectionArnHasBeenSet =
true;
47 m_connectionArn = std::forward<ConnectionArnT>(value);
49 template <
typename ConnectionArnT = Aws::String>
63 template <
typename FullRepositoryIdT = Aws::String>
65 m_fullRepositoryIdHasBeenSet =
true;
66 m_fullRepositoryId = std::forward<FullRepositoryIdT>(value);
68 template <
typename FullRepositoryIdT = Aws::String>
82 template <
typename SourceReferenceT = SourceReference>
84 m_sourceReferenceHasBeenSet =
true;
85 m_sourceReference = std::forward<SourceReferenceT>(value);
87 template <
typename SourceReferenceT = SourceReference>
101 template <
typename ExcludeFilePatternsT = Aws::Vector<Aws::String>>
103 m_excludeFilePatternsHasBeenSet =
true;
104 m_excludeFilePatterns = std::forward<ExcludeFilePatternsT>(value);
106 template <
typename ExcludeFilePatternsT = Aws::Vector<Aws::String>>
111 template <
typename ExcludeFilePatternsT = Aws::String>
113 m_excludeFilePatternsHasBeenSet =
true;
114 m_excludeFilePatterns.emplace_back(std::forward<ExcludeFilePatternsT>(value));
126 bool m_connectionArnHasBeenSet =
false;
127 bool m_fullRepositoryIdHasBeenSet =
false;
128 bool m_sourceReferenceHasBeenSet =
false;
129 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