AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SessionManagerOutputUrl.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
32 {
33 public:
38
39
41
44 inline const Aws::String& GetS3OutputUrl() const{ return m_s3OutputUrl; }
45 inline bool S3OutputUrlHasBeenSet() const { return m_s3OutputUrlHasBeenSet; }
46 inline void SetS3OutputUrl(const Aws::String& value) { m_s3OutputUrlHasBeenSet = true; m_s3OutputUrl = value; }
47 inline void SetS3OutputUrl(Aws::String&& value) { m_s3OutputUrlHasBeenSet = true; m_s3OutputUrl = std::move(value); }
48 inline void SetS3OutputUrl(const char* value) { m_s3OutputUrlHasBeenSet = true; m_s3OutputUrl.assign(value); }
49 inline SessionManagerOutputUrl& WithS3OutputUrl(const Aws::String& value) { SetS3OutputUrl(value); return *this;}
50 inline SessionManagerOutputUrl& WithS3OutputUrl(Aws::String&& value) { SetS3OutputUrl(std::move(value)); return *this;}
51 inline SessionManagerOutputUrl& WithS3OutputUrl(const char* value) { SetS3OutputUrl(value); return *this;}
53
55
58 inline const Aws::String& GetCloudWatchOutputUrl() const{ return m_cloudWatchOutputUrl; }
59 inline bool CloudWatchOutputUrlHasBeenSet() const { return m_cloudWatchOutputUrlHasBeenSet; }
60 inline void SetCloudWatchOutputUrl(const Aws::String& value) { m_cloudWatchOutputUrlHasBeenSet = true; m_cloudWatchOutputUrl = value; }
61 inline void SetCloudWatchOutputUrl(Aws::String&& value) { m_cloudWatchOutputUrlHasBeenSet = true; m_cloudWatchOutputUrl = std::move(value); }
62 inline void SetCloudWatchOutputUrl(const char* value) { m_cloudWatchOutputUrlHasBeenSet = true; m_cloudWatchOutputUrl.assign(value); }
64 inline SessionManagerOutputUrl& WithCloudWatchOutputUrl(Aws::String&& value) { SetCloudWatchOutputUrl(std::move(value)); return *this;}
65 inline SessionManagerOutputUrl& WithCloudWatchOutputUrl(const char* value) { SetCloudWatchOutputUrl(value); return *this;}
67 private:
68
69 Aws::String m_s3OutputUrl;
70 bool m_s3OutputUrlHasBeenSet = false;
71
72 Aws::String m_cloudWatchOutputUrl;
73 bool m_cloudWatchOutputUrlHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace SSM
78} // namespace Aws
void SetS3OutputUrl(const Aws::String &value)
SessionManagerOutputUrl & WithS3OutputUrl(const char *value)
SessionManagerOutputUrl & WithCloudWatchOutputUrl(const char *value)
SessionManagerOutputUrl & WithS3OutputUrl(Aws::String &&value)
SessionManagerOutputUrl & WithS3OutputUrl(const Aws::String &value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
SessionManagerOutputUrl & WithCloudWatchOutputUrl(const Aws::String &value)
void SetCloudWatchOutputUrl(const Aws::String &value)
SessionManagerOutputUrl & WithCloudWatchOutputUrl(Aws::String &&value)
AWS_SSM_API SessionManagerOutputUrl(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API SessionManagerOutputUrl & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue