AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
43
44
46
49 inline const S3OutputLocation& GetS3Location() const{ return m_s3Location; }
50 inline bool S3LocationHasBeenSet() const { return m_s3LocationHasBeenSet; }
51 inline void SetS3Location(const S3OutputLocation& value) { m_s3LocationHasBeenSet = true; m_s3Location = value; }
52 inline void SetS3Location(S3OutputLocation&& value) { m_s3LocationHasBeenSet = true; m_s3Location = std::move(value); }
54 inline InstanceAssociationOutputLocation& WithS3Location(S3OutputLocation&& value) { SetS3Location(std::move(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
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SSM_API InstanceAssociationOutputLocation(Aws::Utils::Json::JsonView jsonValue)
InstanceAssociationOutputLocation & WithS3Location(const S3OutputLocation &value)
AWS_SSM_API InstanceAssociationOutputLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
InstanceAssociationOutputLocation & WithS3Location(S3OutputLocation &&value)
Aws::Utils::Json::JsonValue JsonValue