AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
S3OutputLocation.h
1
6#pragma once
7#include <aws/ssm/SSM_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 SSM
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_SSM_API S3OutputLocation();
39
40
42
45 inline const Aws::String& GetOutputS3Region() const{ return m_outputS3Region; }
46 inline bool OutputS3RegionHasBeenSet() const { return m_outputS3RegionHasBeenSet; }
47 inline void SetOutputS3Region(const Aws::String& value) { m_outputS3RegionHasBeenSet = true; m_outputS3Region = value; }
48 inline void SetOutputS3Region(Aws::String&& value) { m_outputS3RegionHasBeenSet = true; m_outputS3Region = std::move(value); }
49 inline void SetOutputS3Region(const char* value) { m_outputS3RegionHasBeenSet = true; m_outputS3Region.assign(value); }
50 inline S3OutputLocation& WithOutputS3Region(const Aws::String& value) { SetOutputS3Region(value); return *this;}
51 inline S3OutputLocation& WithOutputS3Region(Aws::String&& value) { SetOutputS3Region(std::move(value)); return *this;}
52 inline S3OutputLocation& WithOutputS3Region(const char* value) { SetOutputS3Region(value); return *this;}
54
56
59 inline const Aws::String& GetOutputS3BucketName() const{ return m_outputS3BucketName; }
60 inline bool OutputS3BucketNameHasBeenSet() const { return m_outputS3BucketNameHasBeenSet; }
61 inline void SetOutputS3BucketName(const Aws::String& value) { m_outputS3BucketNameHasBeenSet = true; m_outputS3BucketName = value; }
62 inline void SetOutputS3BucketName(Aws::String&& value) { m_outputS3BucketNameHasBeenSet = true; m_outputS3BucketName = std::move(value); }
63 inline void SetOutputS3BucketName(const char* value) { m_outputS3BucketNameHasBeenSet = true; m_outputS3BucketName.assign(value); }
64 inline S3OutputLocation& WithOutputS3BucketName(const Aws::String& value) { SetOutputS3BucketName(value); return *this;}
65 inline S3OutputLocation& WithOutputS3BucketName(Aws::String&& value) { SetOutputS3BucketName(std::move(value)); return *this;}
66 inline S3OutputLocation& WithOutputS3BucketName(const char* value) { SetOutputS3BucketName(value); return *this;}
68
70
73 inline const Aws::String& GetOutputS3KeyPrefix() const{ return m_outputS3KeyPrefix; }
74 inline bool OutputS3KeyPrefixHasBeenSet() const { return m_outputS3KeyPrefixHasBeenSet; }
75 inline void SetOutputS3KeyPrefix(const Aws::String& value) { m_outputS3KeyPrefixHasBeenSet = true; m_outputS3KeyPrefix = value; }
76 inline void SetOutputS3KeyPrefix(Aws::String&& value) { m_outputS3KeyPrefixHasBeenSet = true; m_outputS3KeyPrefix = std::move(value); }
77 inline void SetOutputS3KeyPrefix(const char* value) { m_outputS3KeyPrefixHasBeenSet = true; m_outputS3KeyPrefix.assign(value); }
78 inline S3OutputLocation& WithOutputS3KeyPrefix(const Aws::String& value) { SetOutputS3KeyPrefix(value); return *this;}
79 inline S3OutputLocation& WithOutputS3KeyPrefix(Aws::String&& value) { SetOutputS3KeyPrefix(std::move(value)); return *this;}
80 inline S3OutputLocation& WithOutputS3KeyPrefix(const char* value) { SetOutputS3KeyPrefix(value); return *this;}
82 private:
83
84 Aws::String m_outputS3Region;
85 bool m_outputS3RegionHasBeenSet = false;
86
87 Aws::String m_outputS3BucketName;
88 bool m_outputS3BucketNameHasBeenSet = false;
89
90 Aws::String m_outputS3KeyPrefix;
91 bool m_outputS3KeyPrefixHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace SSM
96} // namespace Aws
S3OutputLocation & WithOutputS3KeyPrefix(const Aws::String &value)
AWS_SSM_API S3OutputLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
S3OutputLocation & WithOutputS3BucketName(const char *value)
S3OutputLocation & WithOutputS3KeyPrefix(Aws::String &&value)
void SetOutputS3KeyPrefix(const char *value)
const Aws::String & GetOutputS3Region() const
void SetOutputS3Region(const Aws::String &value)
const Aws::String & GetOutputS3BucketName() const
S3OutputLocation & WithOutputS3KeyPrefix(const char *value)
S3OutputLocation & WithOutputS3BucketName(const Aws::String &value)
S3OutputLocation & WithOutputS3BucketName(Aws::String &&value)
AWS_SSM_API S3OutputLocation(Aws::Utils::Json::JsonView jsonValue)
S3OutputLocation & WithOutputS3Region(const char *value)
S3OutputLocation & WithOutputS3Region(const Aws::String &value)
void SetOutputS3BucketName(const Aws::String &value)
S3OutputLocation & WithOutputS3Region(Aws::String &&value)
const Aws::String & GetOutputS3KeyPrefix() const
void SetOutputS3KeyPrefix(Aws::String &&value)
void SetOutputS3Region(const char *value)
void SetOutputS3KeyPrefix(const Aws::String &value)
void SetOutputS3BucketName(Aws::String &&value)
void SetOutputS3Region(Aws::String &&value)
void SetOutputS3BucketName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue