AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DataIntegrationFlowS3SourceConfiguration.h
1
6#pragma once
7#include <aws/supplychain/SupplyChain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/supplychain/model/DataIntegrationFlowS3Options.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SupplyChain
23{
24namespace Model
25{
26
34 {
35 public:
39 AWS_SUPPLYCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetBucketName() const{ return m_bucketName; }
47 inline bool BucketNameHasBeenSet() const { return m_bucketNameHasBeenSet; }
48 inline void SetBucketName(const Aws::String& value) { m_bucketNameHasBeenSet = true; m_bucketName = value; }
49 inline void SetBucketName(Aws::String&& value) { m_bucketNameHasBeenSet = true; m_bucketName = std::move(value); }
50 inline void SetBucketName(const char* value) { m_bucketNameHasBeenSet = true; m_bucketName.assign(value); }
52 inline DataIntegrationFlowS3SourceConfiguration& WithBucketName(Aws::String&& value) { SetBucketName(std::move(value)); return *this;}
53 inline DataIntegrationFlowS3SourceConfiguration& WithBucketName(const char* value) { SetBucketName(value); return *this;}
55
57
60 inline const Aws::String& GetPrefix() const{ return m_prefix; }
61 inline bool PrefixHasBeenSet() const { return m_prefixHasBeenSet; }
62 inline void SetPrefix(const Aws::String& value) { m_prefixHasBeenSet = true; m_prefix = value; }
63 inline void SetPrefix(Aws::String&& value) { m_prefixHasBeenSet = true; m_prefix = std::move(value); }
64 inline void SetPrefix(const char* value) { m_prefixHasBeenSet = true; m_prefix.assign(value); }
65 inline DataIntegrationFlowS3SourceConfiguration& WithPrefix(const Aws::String& value) { SetPrefix(value); return *this;}
66 inline DataIntegrationFlowS3SourceConfiguration& WithPrefix(Aws::String&& value) { SetPrefix(std::move(value)); return *this;}
67 inline DataIntegrationFlowS3SourceConfiguration& WithPrefix(const char* value) { SetPrefix(value); return *this;}
69
71
74 inline const DataIntegrationFlowS3Options& GetOptions() const{ return m_options; }
75 inline bool OptionsHasBeenSet() const { return m_optionsHasBeenSet; }
76 inline void SetOptions(const DataIntegrationFlowS3Options& value) { m_optionsHasBeenSet = true; m_options = value; }
77 inline void SetOptions(DataIntegrationFlowS3Options&& value) { m_optionsHasBeenSet = true; m_options = std::move(value); }
81 private:
82
83 Aws::String m_bucketName;
84 bool m_bucketNameHasBeenSet = false;
85
86 Aws::String m_prefix;
87 bool m_prefixHasBeenSet = false;
88
90 bool m_optionsHasBeenSet = false;
91 };
92
93} // namespace Model
94} // namespace SupplyChain
95} // namespace Aws
DataIntegrationFlowS3SourceConfiguration & WithBucketName(const char *value)
DataIntegrationFlowS3SourceConfiguration & WithPrefix(const char *value)
AWS_SUPPLYCHAIN_API DataIntegrationFlowS3SourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SUPPLYCHAIN_API DataIntegrationFlowS3SourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
DataIntegrationFlowS3SourceConfiguration & WithBucketName(const Aws::String &value)
DataIntegrationFlowS3SourceConfiguration & WithOptions(DataIntegrationFlowS3Options &&value)
AWS_SUPPLYCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
DataIntegrationFlowS3SourceConfiguration & WithPrefix(const Aws::String &value)
DataIntegrationFlowS3SourceConfiguration & WithPrefix(Aws::String &&value)
DataIntegrationFlowS3SourceConfiguration & WithBucketName(Aws::String &&value)
DataIntegrationFlowS3SourceConfiguration & WithOptions(const DataIntegrationFlowS3Options &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue