AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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() = default;
39
40
42
45 inline const Aws::String& GetOutputS3Region() const { return m_outputS3Region; }
46 inline bool OutputS3RegionHasBeenSet() const { return m_outputS3RegionHasBeenSet; }
47 template<typename OutputS3RegionT = Aws::String>
48 void SetOutputS3Region(OutputS3RegionT&& value) { m_outputS3RegionHasBeenSet = true; m_outputS3Region = std::forward<OutputS3RegionT>(value); }
49 template<typename OutputS3RegionT = Aws::String>
50 S3OutputLocation& WithOutputS3Region(OutputS3RegionT&& value) { SetOutputS3Region(std::forward<OutputS3RegionT>(value)); return *this;}
52
54
57 inline const Aws::String& GetOutputS3BucketName() const { return m_outputS3BucketName; }
58 inline bool OutputS3BucketNameHasBeenSet() const { return m_outputS3BucketNameHasBeenSet; }
59 template<typename OutputS3BucketNameT = Aws::String>
60 void SetOutputS3BucketName(OutputS3BucketNameT&& value) { m_outputS3BucketNameHasBeenSet = true; m_outputS3BucketName = std::forward<OutputS3BucketNameT>(value); }
61 template<typename OutputS3BucketNameT = Aws::String>
62 S3OutputLocation& WithOutputS3BucketName(OutputS3BucketNameT&& value) { SetOutputS3BucketName(std::forward<OutputS3BucketNameT>(value)); return *this;}
64
66
69 inline const Aws::String& GetOutputS3KeyPrefix() const { return m_outputS3KeyPrefix; }
70 inline bool OutputS3KeyPrefixHasBeenSet() const { return m_outputS3KeyPrefixHasBeenSet; }
71 template<typename OutputS3KeyPrefixT = Aws::String>
72 void SetOutputS3KeyPrefix(OutputS3KeyPrefixT&& value) { m_outputS3KeyPrefixHasBeenSet = true; m_outputS3KeyPrefix = std::forward<OutputS3KeyPrefixT>(value); }
73 template<typename OutputS3KeyPrefixT = Aws::String>
74 S3OutputLocation& WithOutputS3KeyPrefix(OutputS3KeyPrefixT&& value) { SetOutputS3KeyPrefix(std::forward<OutputS3KeyPrefixT>(value)); return *this;}
76 private:
77
78 Aws::String m_outputS3Region;
79 bool m_outputS3RegionHasBeenSet = false;
80
81 Aws::String m_outputS3BucketName;
82 bool m_outputS3BucketNameHasBeenSet = false;
83
84 Aws::String m_outputS3KeyPrefix;
85 bool m_outputS3KeyPrefixHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace SSM
90} // namespace Aws
AWS_SSM_API S3OutputLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
S3OutputLocation & WithOutputS3KeyPrefix(OutputS3KeyPrefixT &&value)
const Aws::String & GetOutputS3Region() const
AWS_SSM_API S3OutputLocation()=default
const Aws::String & GetOutputS3BucketName() const
AWS_SSM_API S3OutputLocation(Aws::Utils::Json::JsonView jsonValue)
void SetOutputS3Region(OutputS3RegionT &&value)
S3OutputLocation & WithOutputS3Region(OutputS3RegionT &&value)
void SetOutputS3KeyPrefix(OutputS3KeyPrefixT &&value)
const Aws::String & GetOutputS3KeyPrefix() const
S3OutputLocation & WithOutputS3BucketName(OutputS3BucketNameT &&value)
void SetOutputS3BucketName(OutputS3BucketNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue