AWS SDK for C++

AWS SDK for C++ Version 1.11.742

Loading...
Searching...
No Matches
SequenceStoreS3Access.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/omics/Omics_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Omics {
20namespace Model {
21
28 public:
29 AWS_OMICS_API SequenceStoreS3Access() = default;
32 AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::String& GetS3Uri() const { return m_s3Uri; }
39 inline bool S3UriHasBeenSet() const { return m_s3UriHasBeenSet; }
40 template <typename S3UriT = Aws::String>
41 void SetS3Uri(S3UriT&& value) {
42 m_s3UriHasBeenSet = true;
43 m_s3Uri = std::forward<S3UriT>(value);
44 }
45 template <typename S3UriT = Aws::String>
47 SetS3Uri(std::forward<S3UriT>(value));
48 return *this;
49 }
51
53
57 inline const Aws::String& GetS3AccessPointArn() const { return m_s3AccessPointArn; }
58 inline bool S3AccessPointArnHasBeenSet() const { return m_s3AccessPointArnHasBeenSet; }
59 template <typename S3AccessPointArnT = Aws::String>
60 void SetS3AccessPointArn(S3AccessPointArnT&& value) {
61 m_s3AccessPointArnHasBeenSet = true;
62 m_s3AccessPointArn = std::forward<S3AccessPointArnT>(value);
63 }
64 template <typename S3AccessPointArnT = Aws::String>
65 SequenceStoreS3Access& WithS3AccessPointArn(S3AccessPointArnT&& value) {
66 SetS3AccessPointArn(std::forward<S3AccessPointArnT>(value));
67 return *this;
68 }
70
72
75 inline const Aws::String& GetAccessLogLocation() const { return m_accessLogLocation; }
76 inline bool AccessLogLocationHasBeenSet() const { return m_accessLogLocationHasBeenSet; }
77 template <typename AccessLogLocationT = Aws::String>
78 void SetAccessLogLocation(AccessLogLocationT&& value) {
79 m_accessLogLocationHasBeenSet = true;
80 m_accessLogLocation = std::forward<AccessLogLocationT>(value);
81 }
82 template <typename AccessLogLocationT = Aws::String>
83 SequenceStoreS3Access& WithAccessLogLocation(AccessLogLocationT&& value) {
84 SetAccessLogLocation(std::forward<AccessLogLocationT>(value));
85 return *this;
86 }
88 private:
89 Aws::String m_s3Uri;
90
91 Aws::String m_s3AccessPointArn;
92
93 Aws::String m_accessLogLocation;
94 bool m_s3UriHasBeenSet = false;
95 bool m_s3AccessPointArnHasBeenSet = false;
96 bool m_accessLogLocationHasBeenSet = false;
97};
98
99} // namespace Model
100} // namespace Omics
101} // namespace Aws
void SetAccessLogLocation(AccessLogLocationT &&value)
const Aws::String & GetAccessLogLocation() const
SequenceStoreS3Access & WithS3AccessPointArn(S3AccessPointArnT &&value)
AWS_OMICS_API SequenceStoreS3Access()=default
SequenceStoreS3Access & WithS3Uri(S3UriT &&value)
SequenceStoreS3Access & WithAccessLogLocation(AccessLogLocationT &&value)
void SetS3AccessPointArn(S3AccessPointArnT &&value)
const Aws::String & GetS3AccessPointArn() const
AWS_OMICS_API SequenceStoreS3Access & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OMICS_API SequenceStoreS3Access(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue