AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
TargetOnDeviceService.h
1
6#pragma once
7#include <aws/snowball/Snowball_EXPORTS.h>
8#include <aws/snowball/model/DeviceServiceName.h>
9#include <aws/snowball/model/TransferOption.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Snowball
23{
24namespace Model
25{
26
36 {
37 public:
38 AWS_SNOWBALL_API TargetOnDeviceService() = default;
41 AWS_SNOWBALL_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
49 inline DeviceServiceName GetServiceName() const { return m_serviceName; }
50 inline bool ServiceNameHasBeenSet() const { return m_serviceNameHasBeenSet; }
51 inline void SetServiceName(DeviceServiceName value) { m_serviceNameHasBeenSet = true; m_serviceName = value; }
54
56
60 inline TransferOption GetTransferOption() const { return m_transferOption; }
61 inline bool TransferOptionHasBeenSet() const { return m_transferOptionHasBeenSet; }
62 inline void SetTransferOption(TransferOption value) { m_transferOptionHasBeenSet = true; m_transferOption = value; }
65 private:
66
68 bool m_serviceNameHasBeenSet = false;
69
71 bool m_transferOptionHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace Snowball
76} // namespace Aws
AWS_SNOWBALL_API TargetOnDeviceService()=default
TargetOnDeviceService & WithServiceName(DeviceServiceName value)
AWS_SNOWBALL_API TargetOnDeviceService & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SNOWBALL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SNOWBALL_API TargetOnDeviceService(Aws::Utils::Json::JsonView jsonValue)
TargetOnDeviceService & WithTransferOption(TransferOption value)
Aws::Utils::Json::JsonValue JsonValue