AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
Destination.h
1
6#pragma once
7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/model/S3Destination.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 IoT
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_IOT_API Destination() = default;
38
39
41
44 inline const S3Destination& GetS3Destination() const { return m_s3Destination; }
45 inline bool S3DestinationHasBeenSet() const { return m_s3DestinationHasBeenSet; }
46 template<typename S3DestinationT = S3Destination>
47 void SetS3Destination(S3DestinationT&& value) { m_s3DestinationHasBeenSet = true; m_s3Destination = std::forward<S3DestinationT>(value); }
48 template<typename S3DestinationT = S3Destination>
49 Destination& WithS3Destination(S3DestinationT&& value) { SetS3Destination(std::forward<S3DestinationT>(value)); return *this;}
51 private:
52
53 S3Destination m_s3Destination;
54 bool m_s3DestinationHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace IoT
59} // namespace Aws
const S3Destination & GetS3Destination() const
Definition Destination.h:44
Destination & WithS3Destination(S3DestinationT &&value)
Definition Destination.h:49
AWS_IOT_API Destination(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API Destination & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT_API Destination()=default
void SetS3Destination(S3DestinationT &&value)
Definition Destination.h:47
bool S3DestinationHasBeenSet() const
Definition Destination.h:45
Aws::Utils::Json::JsonValue JsonValue