AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
DataflowEndpointConfig.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace GroundStation {
20namespace Model {
21
29 public:
30 AWS_GROUNDSTATION_API DataflowEndpointConfig() = default;
31 AWS_GROUNDSTATION_API DataflowEndpointConfig(Aws::Utils::Json::JsonView jsonValue);
33 AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetDataflowEndpointName() const { return m_dataflowEndpointName; }
40 inline bool DataflowEndpointNameHasBeenSet() const { return m_dataflowEndpointNameHasBeenSet; }
41 template <typename DataflowEndpointNameT = Aws::String>
42 void SetDataflowEndpointName(DataflowEndpointNameT&& value) {
43 m_dataflowEndpointNameHasBeenSet = true;
44 m_dataflowEndpointName = std::forward<DataflowEndpointNameT>(value);
45 }
46 template <typename DataflowEndpointNameT = Aws::String>
47 DataflowEndpointConfig& WithDataflowEndpointName(DataflowEndpointNameT&& value) {
48 SetDataflowEndpointName(std::forward<DataflowEndpointNameT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetDataflowEndpointRegion() const { return m_dataflowEndpointRegion; }
58 inline bool DataflowEndpointRegionHasBeenSet() const { return m_dataflowEndpointRegionHasBeenSet; }
59 template <typename DataflowEndpointRegionT = Aws::String>
60 void SetDataflowEndpointRegion(DataflowEndpointRegionT&& value) {
61 m_dataflowEndpointRegionHasBeenSet = true;
62 m_dataflowEndpointRegion = std::forward<DataflowEndpointRegionT>(value);
63 }
64 template <typename DataflowEndpointRegionT = Aws::String>
65 DataflowEndpointConfig& WithDataflowEndpointRegion(DataflowEndpointRegionT&& value) {
66 SetDataflowEndpointRegion(std::forward<DataflowEndpointRegionT>(value));
67 return *this;
68 }
70 private:
71 Aws::String m_dataflowEndpointName;
72
73 Aws::String m_dataflowEndpointRegion;
74 bool m_dataflowEndpointNameHasBeenSet = false;
75 bool m_dataflowEndpointRegionHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace GroundStation
80} // namespace Aws
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GROUNDSTATION_API DataflowEndpointConfig()=default
AWS_GROUNDSTATION_API DataflowEndpointConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API DataflowEndpointConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
DataflowEndpointConfig & WithDataflowEndpointName(DataflowEndpointNameT &&value)
void SetDataflowEndpointName(DataflowEndpointNameT &&value)
void SetDataflowEndpointRegion(DataflowEndpointRegionT &&value)
DataflowEndpointConfig & WithDataflowEndpointRegion(DataflowEndpointRegionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue