AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ExportReadSet.h
1
6#pragma once
7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Omics
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_OMICS_API ExportReadSet();
35 AWS_OMICS_API ExportReadSet(Aws::Utils::Json::JsonView jsonValue);
37 AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetReadSetId() const{ return m_readSetId; }
45 inline bool ReadSetIdHasBeenSet() const { return m_readSetIdHasBeenSet; }
46 inline void SetReadSetId(const Aws::String& value) { m_readSetIdHasBeenSet = true; m_readSetId = value; }
47 inline void SetReadSetId(Aws::String&& value) { m_readSetIdHasBeenSet = true; m_readSetId = std::move(value); }
48 inline void SetReadSetId(const char* value) { m_readSetIdHasBeenSet = true; m_readSetId.assign(value); }
49 inline ExportReadSet& WithReadSetId(const Aws::String& value) { SetReadSetId(value); return *this;}
50 inline ExportReadSet& WithReadSetId(Aws::String&& value) { SetReadSetId(std::move(value)); return *this;}
51 inline ExportReadSet& WithReadSetId(const char* value) { SetReadSetId(value); return *this;}
53 private:
54
55 Aws::String m_readSetId;
56 bool m_readSetIdHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace Omics
61} // namespace Aws
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetReadSetId() const
void SetReadSetId(const char *value)
void SetReadSetId(const Aws::String &value)
ExportReadSet & WithReadSetId(const char *value)
ExportReadSet & WithReadSetId(Aws::String &&value)
AWS_OMICS_API ExportReadSet & operator=(Aws::Utils::Json::JsonView jsonValue)
ExportReadSet & WithReadSetId(const Aws::String &value)
AWS_OMICS_API ExportReadSet(Aws::Utils::Json::JsonView jsonValue)
void SetReadSetId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue