AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
S3ContentBaseLocationDescription.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_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 KinesisAnalyticsV2
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_KINESISANALYTICSV2_API S3ContentBaseLocationDescription() = default;
36 AWS_KINESISANALYTICSV2_API S3ContentBaseLocationDescription(Aws::Utils::Json::JsonView jsonValue);
38 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetBucketARN() const { return m_bucketARN; }
46 inline bool BucketARNHasBeenSet() const { return m_bucketARNHasBeenSet; }
47 template<typename BucketARNT = Aws::String>
48 void SetBucketARN(BucketARNT&& value) { m_bucketARNHasBeenSet = true; m_bucketARN = std::forward<BucketARNT>(value); }
49 template<typename BucketARNT = Aws::String>
50 S3ContentBaseLocationDescription& WithBucketARN(BucketARNT&& value) { SetBucketARN(std::forward<BucketARNT>(value)); return *this;}
52
54
57 inline const Aws::String& GetBasePath() const { return m_basePath; }
58 inline bool BasePathHasBeenSet() const { return m_basePathHasBeenSet; }
59 template<typename BasePathT = Aws::String>
60 void SetBasePath(BasePathT&& value) { m_basePathHasBeenSet = true; m_basePath = std::forward<BasePathT>(value); }
61 template<typename BasePathT = Aws::String>
62 S3ContentBaseLocationDescription& WithBasePath(BasePathT&& value) { SetBasePath(std::forward<BasePathT>(value)); return *this;}
64 private:
65
66 Aws::String m_bucketARN;
67 bool m_bucketARNHasBeenSet = false;
68
69 Aws::String m_basePath;
70 bool m_basePathHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace KinesisAnalyticsV2
75} // namespace Aws
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API S3ContentBaseLocationDescription()=default
AWS_KINESISANALYTICSV2_API S3ContentBaseLocationDescription(Aws::Utils::Json::JsonView jsonValue)
S3ContentBaseLocationDescription & WithBucketARN(BucketARNT &&value)
AWS_KINESISANALYTICSV2_API S3ContentBaseLocationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
S3ContentBaseLocationDescription & WithBasePath(BasePathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue