7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/omics/Omics_EXPORTS.h>
40 template <
typename S3UriT = Aws::String>
42 m_s3UriHasBeenSet =
true;
43 m_s3Uri = std::forward<S3UriT>(value);
45 template <
typename S3UriT = Aws::String>
47 SetS3Uri(std::forward<S3UriT>(value));
59 template <
typename S3AccessPo
intArnT = Aws::String>
61 m_s3AccessPointArnHasBeenSet =
true;
62 m_s3AccessPointArn = std::forward<S3AccessPointArnT>(value);
64 template <
typename S3AccessPo
intArnT = Aws::String>
77 template <
typename AccessLogLocationT = Aws::String>
79 m_accessLogLocationHasBeenSet =
true;
80 m_accessLogLocation = std::forward<AccessLogLocationT>(value);
82 template <
typename AccessLogLocationT = Aws::String>
94 bool m_s3UriHasBeenSet =
false;
95 bool m_s3AccessPointArnHasBeenSet =
false;
96 bool m_accessLogLocationHasBeenSet =
false;
void SetAccessLogLocation(AccessLogLocationT &&value)
bool S3UriHasBeenSet() const
const Aws::String & GetAccessLogLocation() const
SequenceStoreS3Access & WithS3AccessPointArn(S3AccessPointArnT &&value)
bool S3AccessPointArnHasBeenSet() const
bool AccessLogLocationHasBeenSet() const
AWS_OMICS_API SequenceStoreS3Access()=default
SequenceStoreS3Access & WithS3Uri(S3UriT &&value)
void SetS3Uri(S3UriT &&value)
SequenceStoreS3Access & WithAccessLogLocation(AccessLogLocationT &&value)
void SetS3AccessPointArn(S3AccessPointArnT &&value)
const Aws::String & GetS3Uri() const
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