AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
39
40
42
45 inline const S3OutputUrl& GetS3OutputUrl() const{ return m_s3OutputUrl; }
46 inline bool S3OutputUrlHasBeenSet() const { return m_s3OutputUrlHasBeenSet; }
47 inline void SetS3OutputUrl(const S3OutputUrl& value) { m_s3OutputUrlHasBeenSet = true; m_s3OutputUrl = value; }
48 inline void SetS3OutputUrl(S3OutputUrl&& value) { m_s3OutputUrlHasBeenSet = true; m_s3OutputUrl = std::move(value); }
49 inline InstanceAssociationOutputUrl& WithS3OutputUrl(const S3OutputUrl& value) { SetS3OutputUrl(value); return *this;}
50 inline InstanceAssociationOutputUrl& WithS3OutputUrl(S3OutputUrl&& value) { SetS3OutputUrl(std::move(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)
InstanceAssociationOutputUrl & WithS3OutputUrl(S3OutputUrl &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SSM_API InstanceAssociationOutputUrl & operator=(Aws::Utils::Json::JsonView jsonValue)
InstanceAssociationOutputUrl & WithS3OutputUrl(const S3OutputUrl &value)
Aws::Utils::Json::JsonValue JsonValue