AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetBucketARN(const Aws::String& value) { m_bucketARNHasBeenSet = true; m_bucketARN = value; }
48 inline void SetBucketARN(Aws::String&& value) { m_bucketARNHasBeenSet = true; m_bucketARN = std::move(value); }
49 inline void SetBucketARN(const char* value) { m_bucketARNHasBeenSet = true; m_bucketARN.assign(value); }
50 inline S3ContentBaseLocationDescription& WithBucketARN(const Aws::String& value) { SetBucketARN(value); return *this;}
51 inline S3ContentBaseLocationDescription& WithBucketARN(Aws::String&& value) { SetBucketARN(std::move(value)); return *this;}
52 inline S3ContentBaseLocationDescription& WithBucketARN(const char* value) { SetBucketARN(value); return *this;}
54
56
59 inline const Aws::String& GetBasePath() const{ return m_basePath; }
60 inline bool BasePathHasBeenSet() const { return m_basePathHasBeenSet; }
61 inline void SetBasePath(const Aws::String& value) { m_basePathHasBeenSet = true; m_basePath = value; }
62 inline void SetBasePath(Aws::String&& value) { m_basePathHasBeenSet = true; m_basePath = std::move(value); }
63 inline void SetBasePath(const char* value) { m_basePathHasBeenSet = true; m_basePath.assign(value); }
64 inline S3ContentBaseLocationDescription& WithBasePath(const Aws::String& value) { SetBasePath(value); return *this;}
65 inline S3ContentBaseLocationDescription& WithBasePath(Aws::String&& value) { SetBasePath(std::move(value)); return *this;}
66 inline S3ContentBaseLocationDescription& WithBasePath(const char* value) { SetBasePath(value); return *this;}
68 private:
69
70 Aws::String m_bucketARN;
71 bool m_bucketARNHasBeenSet = false;
72
73 Aws::String m_basePath;
74 bool m_basePathHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace KinesisAnalyticsV2
79} // namespace Aws
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
S3ContentBaseLocationDescription & WithBucketARN(const char *value)
S3ContentBaseLocationDescription & WithBucketARN(const Aws::String &value)
AWS_KINESISANALYTICSV2_API S3ContentBaseLocationDescription(Aws::Utils::Json::JsonView jsonValue)
S3ContentBaseLocationDescription & WithBasePath(const char *value)
S3ContentBaseLocationDescription & WithBasePath(const Aws::String &value)
S3ContentBaseLocationDescription & WithBasePath(Aws::String &&value)
S3ContentBaseLocationDescription & WithBucketARN(Aws::String &&value)
AWS_KINESISANALYTICSV2_API S3ContentBaseLocationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue