AWS SDK for C++

AWS SDK for C++ Version 1.11.719

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SSM {
20namespace Model {
21
33 public:
34 AWS_SSM_API InstanceAssociationOutputLocation() = default;
38
40
43 inline const S3OutputLocation& GetS3Location() const { return m_s3Location; }
44 inline bool S3LocationHasBeenSet() const { return m_s3LocationHasBeenSet; }
45 template <typename S3LocationT = S3OutputLocation>
46 void SetS3Location(S3LocationT&& value) {
47 m_s3LocationHasBeenSet = true;
48 m_s3Location = std::forward<S3LocationT>(value);
49 }
50 template <typename S3LocationT = S3OutputLocation>
52 SetS3Location(std::forward<S3LocationT>(value));
53 return *this;
54 }
56 private:
57 S3OutputLocation m_s3Location;
58 bool m_s3LocationHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace SSM
63} // 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