AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
S3ExportingConfig.h
1
6#pragma once
7#include <aws/customer-profiles/CustomerProfiles_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 CustomerProfiles
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_CUSTOMERPROFILES_API S3ExportingConfig();
36 AWS_CUSTOMERPROFILES_API S3ExportingConfig(Aws::Utils::Json::JsonView jsonValue);
37 AWS_CUSTOMERPROFILES_API S3ExportingConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetS3BucketName() const{ return m_s3BucketName; }
47 inline bool S3BucketNameHasBeenSet() const { return m_s3BucketNameHasBeenSet; }
48 inline void SetS3BucketName(const Aws::String& value) { m_s3BucketNameHasBeenSet = true; m_s3BucketName = value; }
49 inline void SetS3BucketName(Aws::String&& value) { m_s3BucketNameHasBeenSet = true; m_s3BucketName = std::move(value); }
50 inline void SetS3BucketName(const char* value) { m_s3BucketNameHasBeenSet = true; m_s3BucketName.assign(value); }
51 inline S3ExportingConfig& WithS3BucketName(const Aws::String& value) { SetS3BucketName(value); return *this;}
52 inline S3ExportingConfig& WithS3BucketName(Aws::String&& value) { SetS3BucketName(std::move(value)); return *this;}
53 inline S3ExportingConfig& WithS3BucketName(const char* value) { SetS3BucketName(value); return *this;}
55
57
61 inline const Aws::String& GetS3KeyName() const{ return m_s3KeyName; }
62 inline bool S3KeyNameHasBeenSet() const { return m_s3KeyNameHasBeenSet; }
63 inline void SetS3KeyName(const Aws::String& value) { m_s3KeyNameHasBeenSet = true; m_s3KeyName = value; }
64 inline void SetS3KeyName(Aws::String&& value) { m_s3KeyNameHasBeenSet = true; m_s3KeyName = std::move(value); }
65 inline void SetS3KeyName(const char* value) { m_s3KeyNameHasBeenSet = true; m_s3KeyName.assign(value); }
66 inline S3ExportingConfig& WithS3KeyName(const Aws::String& value) { SetS3KeyName(value); return *this;}
67 inline S3ExportingConfig& WithS3KeyName(Aws::String&& value) { SetS3KeyName(std::move(value)); return *this;}
68 inline S3ExportingConfig& WithS3KeyName(const char* value) { SetS3KeyName(value); return *this;}
70 private:
71
72 Aws::String m_s3BucketName;
73 bool m_s3BucketNameHasBeenSet = false;
74
75 Aws::String m_s3KeyName;
76 bool m_s3KeyNameHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace CustomerProfiles
81} // namespace Aws
S3ExportingConfig & WithS3BucketName(Aws::String &&value)
S3ExportingConfig & WithS3KeyName(const char *value)
S3ExportingConfig & WithS3KeyName(const Aws::String &value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CUSTOMERPROFILES_API S3ExportingConfig()
S3ExportingConfig & WithS3BucketName(const char *value)
S3ExportingConfig & WithS3KeyName(Aws::String &&value)
S3ExportingConfig & WithS3BucketName(const Aws::String &value)
AWS_CUSTOMERPROFILES_API S3ExportingConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API S3ExportingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue