AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
S3Location.h
1
6#pragma once
7#include <aws/finspace-data/FinSpaceData_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 FinSpaceData
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_FINSPACEDATA_API S3Location();
36 AWS_FINSPACEDATA_API S3Location(Aws::Utils::Json::JsonView jsonValue);
37 AWS_FINSPACEDATA_API S3Location& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_FINSPACEDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetBucket() const{ return m_bucket; }
46 inline bool BucketHasBeenSet() const { return m_bucketHasBeenSet; }
47 inline void SetBucket(const Aws::String& value) { m_bucketHasBeenSet = true; m_bucket = value; }
48 inline void SetBucket(Aws::String&& value) { m_bucketHasBeenSet = true; m_bucket = std::move(value); }
49 inline void SetBucket(const char* value) { m_bucketHasBeenSet = true; m_bucket.assign(value); }
50 inline S3Location& WithBucket(const Aws::String& value) { SetBucket(value); return *this;}
51 inline S3Location& WithBucket(Aws::String&& value) { SetBucket(std::move(value)); return *this;}
52 inline S3Location& WithBucket(const char* value) { SetBucket(value); return *this;}
54
56
59 inline const Aws::String& GetKey() const{ return m_key; }
60 inline bool KeyHasBeenSet() const { return m_keyHasBeenSet; }
61 inline void SetKey(const Aws::String& value) { m_keyHasBeenSet = true; m_key = value; }
62 inline void SetKey(Aws::String&& value) { m_keyHasBeenSet = true; m_key = std::move(value); }
63 inline void SetKey(const char* value) { m_keyHasBeenSet = true; m_key.assign(value); }
64 inline S3Location& WithKey(const Aws::String& value) { SetKey(value); return *this;}
65 inline S3Location& WithKey(Aws::String&& value) { SetKey(std::move(value)); return *this;}
66 inline S3Location& WithKey(const char* value) { SetKey(value); return *this;}
68 private:
69
70 Aws::String m_bucket;
71 bool m_bucketHasBeenSet = false;
72
73 Aws::String m_key;
74 bool m_keyHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace FinSpaceData
79} // namespace Aws
void SetKey(Aws::String &&value)
Definition S3Location.h:62
void SetBucket(Aws::String &&value)
Definition S3Location.h:48
void SetKey(const char *value)
Definition S3Location.h:63
AWS_FINSPACEDATA_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKey(const Aws::String &value)
Definition S3Location.h:61
S3Location & WithKey(const char *value)
Definition S3Location.h:66
S3Location & WithBucket(const Aws::String &value)
Definition S3Location.h:50
S3Location & WithKey(const Aws::String &value)
Definition S3Location.h:64
const Aws::String & GetKey() const
Definition S3Location.h:59
const Aws::String & GetBucket() const
Definition S3Location.h:45
void SetBucket(const Aws::String &value)
Definition S3Location.h:47
S3Location & WithKey(Aws::String &&value)
Definition S3Location.h:65
AWS_FINSPACEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FINSPACEDATA_API S3Location(Aws::Utils::Json::JsonView jsonValue)
S3Location & WithBucket(Aws::String &&value)
Definition S3Location.h:51
void SetBucket(const char *value)
Definition S3Location.h:49
S3Location & WithBucket(const char *value)
Definition S3Location.h:52
AWS_FINSPACEDATA_API S3Location()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue