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/appstream/AppStream_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 AppStream
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_APPSTREAM_API S3Location();
35 AWS_APPSTREAM_API S3Location(Aws::Utils::Json::JsonView jsonValue);
36 AWS_APPSTREAM_API S3Location& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetS3Bucket() const{ return m_s3Bucket; }
45 inline bool S3BucketHasBeenSet() const { return m_s3BucketHasBeenSet; }
46 inline void SetS3Bucket(const Aws::String& value) { m_s3BucketHasBeenSet = true; m_s3Bucket = value; }
47 inline void SetS3Bucket(Aws::String&& value) { m_s3BucketHasBeenSet = true; m_s3Bucket = std::move(value); }
48 inline void SetS3Bucket(const char* value) { m_s3BucketHasBeenSet = true; m_s3Bucket.assign(value); }
49 inline S3Location& WithS3Bucket(const Aws::String& value) { SetS3Bucket(value); return *this;}
50 inline S3Location& WithS3Bucket(Aws::String&& value) { SetS3Bucket(std::move(value)); return *this;}
51 inline S3Location& WithS3Bucket(const char* value) { SetS3Bucket(value); return *this;}
53
55
68 inline const Aws::String& GetS3Key() const{ return m_s3Key; }
69 inline bool S3KeyHasBeenSet() const { return m_s3KeyHasBeenSet; }
70 inline void SetS3Key(const Aws::String& value) { m_s3KeyHasBeenSet = true; m_s3Key = value; }
71 inline void SetS3Key(Aws::String&& value) { m_s3KeyHasBeenSet = true; m_s3Key = std::move(value); }
72 inline void SetS3Key(const char* value) { m_s3KeyHasBeenSet = true; m_s3Key.assign(value); }
73 inline S3Location& WithS3Key(const Aws::String& value) { SetS3Key(value); return *this;}
74 inline S3Location& WithS3Key(Aws::String&& value) { SetS3Key(std::move(value)); return *this;}
75 inline S3Location& WithS3Key(const char* value) { SetS3Key(value); return *this;}
77 private:
78
79 Aws::String m_s3Bucket;
80 bool m_s3BucketHasBeenSet = false;
81
82 Aws::String m_s3Key;
83 bool m_s3KeyHasBeenSet = false;
84 };
85
86} // namespace Model
87} // namespace AppStream
88} // namespace Aws
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
S3Location & WithS3Bucket(const char *value)
Definition S3Location.h:51
AWS_APPSTREAM_API S3Location(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSTREAM_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetS3Key() const
Definition S3Location.h:68
void SetS3Key(const char *value)
Definition S3Location.h:72
S3Location & WithS3Bucket(Aws::String &&value)
Definition S3Location.h:50
S3Location & WithS3Bucket(const Aws::String &value)
Definition S3Location.h:49
S3Location & WithS3Key(Aws::String &&value)
Definition S3Location.h:74
const Aws::String & GetS3Bucket() const
Definition S3Location.h:44
S3Location & WithS3Key(const Aws::String &value)
Definition S3Location.h:73
void SetS3Bucket(Aws::String &&value)
Definition S3Location.h:47
void SetS3Key(const Aws::String &value)
Definition S3Location.h:70
void SetS3Key(Aws::String &&value)
Definition S3Location.h:71
S3Location & WithS3Key(const char *value)
Definition S3Location.h:75
void SetS3Bucket(const char *value)
Definition S3Location.h:48
AWS_APPSTREAM_API S3Location()
void SetS3Bucket(const Aws::String &value)
Definition S3Location.h:46
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue