AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
InstanceAssociationOutputUrl.h
1
6#pragma once
7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/model/S3OutputUrl.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 InstanceAssociationOutputUrl() = default;
39
40
42
45 inline const S3OutputUrl& GetS3OutputUrl() const { return m_s3OutputUrl; }
46 inline bool S3OutputUrlHasBeenSet() const { return m_s3OutputUrlHasBeenSet; }
47 template<typename S3OutputUrlT = S3OutputUrl>
48 void SetS3OutputUrl(S3OutputUrlT&& value) { m_s3OutputUrlHasBeenSet = true; m_s3OutputUrl = std::forward<S3OutputUrlT>(value); }
49 template<typename S3OutputUrlT = S3OutputUrl>
50 InstanceAssociationOutputUrl& WithS3OutputUrl(S3OutputUrlT&& value) { SetS3OutputUrl(std::forward<S3OutputUrlT>(value)); return *this;}
52 private:
53
54 S3OutputUrl m_s3OutputUrl;
55 bool m_s3OutputUrlHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace SSM
60} // namespace Aws
AWS_SSM_API InstanceAssociationOutputUrl(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SSM_API InstanceAssociationOutputUrl & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API InstanceAssociationOutputUrl()=default
InstanceAssociationOutputUrl & WithS3OutputUrl(S3OutputUrlT &&value)
Aws::Utils::Json::JsonValue JsonValue