/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace Omics { namespace Model { class CreateMultipartReadSetUploadResult { public: AWS_OMICS_API CreateMultipartReadSetUploadResult(); AWS_OMICS_API CreateMultipartReadSetUploadResult(const Aws::AmazonWebServiceResult& result); AWS_OMICS_API CreateMultipartReadSetUploadResult& operator=(const Aws::AmazonWebServiceResult& result); /** *

The sequence store ID for the store that the read set will be created in. *

*/ inline const Aws::String& GetSequenceStoreId() const{ return m_sequenceStoreId; } /** *

The sequence store ID for the store that the read set will be created in. *

*/ inline void SetSequenceStoreId(const Aws::String& value) { m_sequenceStoreId = value; } /** *

The sequence store ID for the store that the read set will be created in. *

*/ inline void SetSequenceStoreId(Aws::String&& value) { m_sequenceStoreId = std::move(value); } /** *

The sequence store ID for the store that the read set will be created in. *

*/ inline void SetSequenceStoreId(const char* value) { m_sequenceStoreId.assign(value); } /** *

The sequence store ID for the store that the read set will be created in. *

*/ inline CreateMultipartReadSetUploadResult& WithSequenceStoreId(const Aws::String& value) { SetSequenceStoreId(value); return *this;} /** *

The sequence store ID for the store that the read set will be created in. *

*/ inline CreateMultipartReadSetUploadResult& WithSequenceStoreId(Aws::String&& value) { SetSequenceStoreId(std::move(value)); return *this;} /** *

The sequence store ID for the store that the read set will be created in. *

*/ inline CreateMultipartReadSetUploadResult& WithSequenceStoreId(const char* value) { SetSequenceStoreId(value); return *this;} /** *

he ID for the initiated multipart upload.

*/ inline const Aws::String& GetUploadId() const{ return m_uploadId; } /** *

he ID for the initiated multipart upload.

*/ inline void SetUploadId(const Aws::String& value) { m_uploadId = value; } /** *

he ID for the initiated multipart upload.

*/ inline void SetUploadId(Aws::String&& value) { m_uploadId = std::move(value); } /** *

he ID for the initiated multipart upload.

*/ inline void SetUploadId(const char* value) { m_uploadId.assign(value); } /** *

he ID for the initiated multipart upload.

*/ inline CreateMultipartReadSetUploadResult& WithUploadId(const Aws::String& value) { SetUploadId(value); return *this;} /** *

he ID for the initiated multipart upload.

*/ inline CreateMultipartReadSetUploadResult& WithUploadId(Aws::String&& value) { SetUploadId(std::move(value)); return *this;} /** *

he ID for the initiated multipart upload.

*/ inline CreateMultipartReadSetUploadResult& WithUploadId(const char* value) { SetUploadId(value); return *this;} /** *

The file type of the read set source.

*/ inline const FileType& GetSourceFileType() const{ return m_sourceFileType; } /** *

The file type of the read set source.

*/ inline void SetSourceFileType(const FileType& value) { m_sourceFileType = value; } /** *

The file type of the read set source.

*/ inline void SetSourceFileType(FileType&& value) { m_sourceFileType = std::move(value); } /** *

The file type of the read set source.

*/ inline CreateMultipartReadSetUploadResult& WithSourceFileType(const FileType& value) { SetSourceFileType(value); return *this;} /** *

The file type of the read set source.

*/ inline CreateMultipartReadSetUploadResult& WithSourceFileType(FileType&& value) { SetSourceFileType(std::move(value)); return *this;} /** *

The source's subject ID.

*/ inline const Aws::String& GetSubjectId() const{ return m_subjectId; } /** *

The source's subject ID.

*/ inline void SetSubjectId(const Aws::String& value) { m_subjectId = value; } /** *

The source's subject ID.

*/ inline void SetSubjectId(Aws::String&& value) { m_subjectId = std::move(value); } /** *

The source's subject ID.

*/ inline void SetSubjectId(const char* value) { m_subjectId.assign(value); } /** *

The source's subject ID.

*/ inline CreateMultipartReadSetUploadResult& WithSubjectId(const Aws::String& value) { SetSubjectId(value); return *this;} /** *

The source's subject ID.

*/ inline CreateMultipartReadSetUploadResult& WithSubjectId(Aws::String&& value) { SetSubjectId(std::move(value)); return *this;} /** *

The source's subject ID.

*/ inline CreateMultipartReadSetUploadResult& WithSubjectId(const char* value) { SetSubjectId(value); return *this;} /** *

The source's sample ID.

*/ inline const Aws::String& GetSampleId() const{ return m_sampleId; } /** *

The source's sample ID.

*/ inline void SetSampleId(const Aws::String& value) { m_sampleId = value; } /** *

The source's sample ID.

*/ inline void SetSampleId(Aws::String&& value) { m_sampleId = std::move(value); } /** *

The source's sample ID.

*/ inline void SetSampleId(const char* value) { m_sampleId.assign(value); } /** *

The source's sample ID.

*/ inline CreateMultipartReadSetUploadResult& WithSampleId(const Aws::String& value) { SetSampleId(value); return *this;} /** *

The source's sample ID.

*/ inline CreateMultipartReadSetUploadResult& WithSampleId(Aws::String&& value) { SetSampleId(std::move(value)); return *this;} /** *

The source's sample ID.

*/ inline CreateMultipartReadSetUploadResult& WithSampleId(const char* value) { SetSampleId(value); return *this;} /** *

The source of the read set.

*/ inline const Aws::String& GetGeneratedFrom() const{ return m_generatedFrom; } /** *

The source of the read set.

*/ inline void SetGeneratedFrom(const Aws::String& value) { m_generatedFrom = value; } /** *

The source of the read set.

*/ inline void SetGeneratedFrom(Aws::String&& value) { m_generatedFrom = std::move(value); } /** *

The source of the read set.

*/ inline void SetGeneratedFrom(const char* value) { m_generatedFrom.assign(value); } /** *

The source of the read set.

*/ inline CreateMultipartReadSetUploadResult& WithGeneratedFrom(const Aws::String& value) { SetGeneratedFrom(value); return *this;} /** *

The source of the read set.

*/ inline CreateMultipartReadSetUploadResult& WithGeneratedFrom(Aws::String&& value) { SetGeneratedFrom(std::move(value)); return *this;} /** *

The source of the read set.

*/ inline CreateMultipartReadSetUploadResult& WithGeneratedFrom(const char* value) { SetGeneratedFrom(value); return *this;} /** *

The read set source's reference ARN.

*/ inline const Aws::String& GetReferenceArn() const{ return m_referenceArn; } /** *

The read set source's reference ARN.

*/ inline void SetReferenceArn(const Aws::String& value) { m_referenceArn = value; } /** *

The read set source's reference ARN.

*/ inline void SetReferenceArn(Aws::String&& value) { m_referenceArn = std::move(value); } /** *

The read set source's reference ARN.

*/ inline void SetReferenceArn(const char* value) { m_referenceArn.assign(value); } /** *

The read set source's reference ARN.

*/ inline CreateMultipartReadSetUploadResult& WithReferenceArn(const Aws::String& value) { SetReferenceArn(value); return *this;} /** *

The read set source's reference ARN.

*/ inline CreateMultipartReadSetUploadResult& WithReferenceArn(Aws::String&& value) { SetReferenceArn(std::move(value)); return *this;} /** *

The read set source's reference ARN.

*/ inline CreateMultipartReadSetUploadResult& WithReferenceArn(const char* value) { SetReferenceArn(value); return *this;} /** *

The name of the read set.

*/ inline const Aws::String& GetName() const{ return m_name; } /** *

The name of the read set.

*/ inline void SetName(const Aws::String& value) { m_name = value; } /** *

The name of the read set.

*/ inline void SetName(Aws::String&& value) { m_name = std::move(value); } /** *

The name of the read set.

*/ inline void SetName(const char* value) { m_name.assign(value); } /** *

The name of the read set.

*/ inline CreateMultipartReadSetUploadResult& WithName(const Aws::String& value) { SetName(value); return *this;} /** *

The name of the read set.

*/ inline CreateMultipartReadSetUploadResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *

The name of the read set.

*/ inline CreateMultipartReadSetUploadResult& WithName(const char* value) { SetName(value); return *this;} /** *

The description of the read set.

*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *

The description of the read set.

*/ inline void SetDescription(const Aws::String& value) { m_description = value; } /** *

The description of the read set.

*/ inline void SetDescription(Aws::String&& value) { m_description = std::move(value); } /** *

The description of the read set.

*/ inline void SetDescription(const char* value) { m_description.assign(value); } /** *

The description of the read set.

*/ inline CreateMultipartReadSetUploadResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *

The description of the read set.

*/ inline CreateMultipartReadSetUploadResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *

The description of the read set.

*/ inline CreateMultipartReadSetUploadResult& WithDescription(const char* value) { SetDescription(value); return *this;} /** *

The tags to add to the read set.

*/ inline const Aws::Map& GetTags() const{ return m_tags; } /** *

The tags to add to the read set.

*/ inline void SetTags(const Aws::Map& value) { m_tags = value; } /** *

The tags to add to the read set.

*/ inline void SetTags(Aws::Map&& value) { m_tags = std::move(value); } /** *

The tags to add to the read set.

*/ inline CreateMultipartReadSetUploadResult& WithTags(const Aws::Map& value) { SetTags(value); return *this;} /** *

The tags to add to the read set.

*/ inline CreateMultipartReadSetUploadResult& WithTags(Aws::Map&& value) { SetTags(std::move(value)); return *this;} /** *

The tags to add to the read set.

*/ inline CreateMultipartReadSetUploadResult& AddTags(const Aws::String& key, const Aws::String& value) { m_tags.emplace(key, value); return *this; } /** *

The tags to add to the read set.

*/ inline CreateMultipartReadSetUploadResult& AddTags(Aws::String&& key, const Aws::String& value) { m_tags.emplace(std::move(key), value); return *this; } /** *

The tags to add to the read set.

*/ inline CreateMultipartReadSetUploadResult& AddTags(const Aws::String& key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; } /** *

The tags to add to the read set.

*/ inline CreateMultipartReadSetUploadResult& AddTags(Aws::String&& key, Aws::String&& value) { m_tags.emplace(std::move(key), std::move(value)); return *this; } /** *

The tags to add to the read set.

*/ inline CreateMultipartReadSetUploadResult& AddTags(const char* key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; } /** *

The tags to add to the read set.

*/ inline CreateMultipartReadSetUploadResult& AddTags(Aws::String&& key, const char* value) { m_tags.emplace(std::move(key), value); return *this; } /** *

The tags to add to the read set.

*/ inline CreateMultipartReadSetUploadResult& AddTags(const char* key, const char* value) { m_tags.emplace(key, value); return *this; } /** *

The creation time of the multipart upload.

*/ inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; } /** *

The creation time of the multipart upload.

*/ inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTime = value; } /** *

The creation time of the multipart upload.

*/ inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTime = std::move(value); } /** *

The creation time of the multipart upload.

*/ inline CreateMultipartReadSetUploadResult& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;} /** *

The creation time of the multipart upload.

*/ inline CreateMultipartReadSetUploadResult& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline CreateMultipartReadSetUploadResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline CreateMultipartReadSetUploadResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline CreateMultipartReadSetUploadResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_sequenceStoreId; Aws::String m_uploadId; FileType m_sourceFileType; Aws::String m_subjectId; Aws::String m_sampleId; Aws::String m_generatedFrom; Aws::String m_referenceArn; Aws::String m_name; Aws::String m_description; Aws::Map m_tags; Aws::Utils::DateTime m_creationTime; Aws::String m_requestId; }; } // namespace Model } // namespace Omics } // namespace Aws