AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
InstanceAssociationOutputLocation.h
1
6#pragma once
7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/model/S3OutputLocation.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
37 {
38 public:
39 AWS_SSM_API InstanceAssociationOutputLocation() = default;
43
44
46
49 inline const S3OutputLocation& GetS3Location() const { return m_s3Location; }
50 inline bool S3LocationHasBeenSet() const { return m_s3LocationHasBeenSet; }
51 template<typename S3LocationT = S3OutputLocation>
52 void SetS3Location(S3LocationT&& value) { m_s3LocationHasBeenSet = true; m_s3Location = std::forward<S3LocationT>(value); }
53 template<typename S3LocationT = S3OutputLocation>
54 InstanceAssociationOutputLocation& WithS3Location(S3LocationT&& value) { SetS3Location(std::forward<S3LocationT>(value)); return *this;}
56 private:
57
58 S3OutputLocation m_s3Location;
59 bool m_s3LocationHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace SSM
64} // namespace Aws
InstanceAssociationOutputLocation & WithS3Location(S3LocationT &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SSM_API InstanceAssociationOutputLocation(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API InstanceAssociationOutputLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue