AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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:
34 AWS_SSM_API SessionManagerOutputUrl() = default;
38
39
41
44 inline const Aws::String& GetS3OutputUrl() const { return m_s3OutputUrl; }
45 inline bool S3OutputUrlHasBeenSet() const { return m_s3OutputUrlHasBeenSet; }
46 template<typename S3OutputUrlT = Aws::String>
47 void SetS3OutputUrl(S3OutputUrlT&& value) { m_s3OutputUrlHasBeenSet = true; m_s3OutputUrl = std::forward<S3OutputUrlT>(value); }
48 template<typename S3OutputUrlT = Aws::String>
49 SessionManagerOutputUrl& WithS3OutputUrl(S3OutputUrlT&& value) { SetS3OutputUrl(std::forward<S3OutputUrlT>(value)); return *this;}
51
53
56 inline const Aws::String& GetCloudWatchOutputUrl() const { return m_cloudWatchOutputUrl; }
57 inline bool CloudWatchOutputUrlHasBeenSet() const { return m_cloudWatchOutputUrlHasBeenSet; }
58 template<typename CloudWatchOutputUrlT = Aws::String>
59 void SetCloudWatchOutputUrl(CloudWatchOutputUrlT&& value) { m_cloudWatchOutputUrlHasBeenSet = true; m_cloudWatchOutputUrl = std::forward<CloudWatchOutputUrlT>(value); }
60 template<typename CloudWatchOutputUrlT = Aws::String>
61 SessionManagerOutputUrl& WithCloudWatchOutputUrl(CloudWatchOutputUrlT&& value) { SetCloudWatchOutputUrl(std::forward<CloudWatchOutputUrlT>(value)); return *this;}
63 private:
64
65 Aws::String m_s3OutputUrl;
66 bool m_s3OutputUrlHasBeenSet = false;
67
68 Aws::String m_cloudWatchOutputUrl;
69 bool m_cloudWatchOutputUrlHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace SSM
74} // namespace Aws
void SetCloudWatchOutputUrl(CloudWatchOutputUrlT &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
SessionManagerOutputUrl & WithS3OutputUrl(S3OutputUrlT &&value)
AWS_SSM_API SessionManagerOutputUrl(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API SessionManagerOutputUrl()=default
SessionManagerOutputUrl & WithCloudWatchOutputUrl(CloudWatchOutputUrlT &&value)
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