AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DataflowEndpointListItem.h
1
6#pragma once
7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 GroundStation
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_GROUNDSTATION_API DataflowEndpointListItem();
36 AWS_GROUNDSTATION_API DataflowEndpointListItem(Aws::Utils::Json::JsonView jsonValue);
38 AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetDataflowEndpointGroupArn() const{ return m_dataflowEndpointGroupArn; }
46 inline bool DataflowEndpointGroupArnHasBeenSet() const { return m_dataflowEndpointGroupArnHasBeenSet; }
47 inline void SetDataflowEndpointGroupArn(const Aws::String& value) { m_dataflowEndpointGroupArnHasBeenSet = true; m_dataflowEndpointGroupArn = value; }
48 inline void SetDataflowEndpointGroupArn(Aws::String&& value) { m_dataflowEndpointGroupArnHasBeenSet = true; m_dataflowEndpointGroupArn = std::move(value); }
49 inline void SetDataflowEndpointGroupArn(const char* value) { m_dataflowEndpointGroupArnHasBeenSet = true; m_dataflowEndpointGroupArn.assign(value); }
52 inline DataflowEndpointListItem& WithDataflowEndpointGroupArn(const char* value) { SetDataflowEndpointGroupArn(value); return *this;}
54
56
59 inline const Aws::String& GetDataflowEndpointGroupId() const{ return m_dataflowEndpointGroupId; }
60 inline bool DataflowEndpointGroupIdHasBeenSet() const { return m_dataflowEndpointGroupIdHasBeenSet; }
61 inline void SetDataflowEndpointGroupId(const Aws::String& value) { m_dataflowEndpointGroupIdHasBeenSet = true; m_dataflowEndpointGroupId = value; }
62 inline void SetDataflowEndpointGroupId(Aws::String&& value) { m_dataflowEndpointGroupIdHasBeenSet = true; m_dataflowEndpointGroupId = std::move(value); }
63 inline void SetDataflowEndpointGroupId(const char* value) { m_dataflowEndpointGroupIdHasBeenSet = true; m_dataflowEndpointGroupId.assign(value); }
66 inline DataflowEndpointListItem& WithDataflowEndpointGroupId(const char* value) { SetDataflowEndpointGroupId(value); return *this;}
68 private:
69
70 Aws::String m_dataflowEndpointGroupArn;
71 bool m_dataflowEndpointGroupArnHasBeenSet = false;
72
73 Aws::String m_dataflowEndpointGroupId;
74 bool m_dataflowEndpointGroupIdHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace GroundStation
79} // namespace Aws
DataflowEndpointListItem & WithDataflowEndpointGroupArn(Aws::String &&value)
DataflowEndpointListItem & WithDataflowEndpointGroupArn(const char *value)
DataflowEndpointListItem & WithDataflowEndpointGroupId(const Aws::String &value)
AWS_GROUNDSTATION_API DataflowEndpointListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
DataflowEndpointListItem & WithDataflowEndpointGroupId(const char *value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
DataflowEndpointListItem & WithDataflowEndpointGroupArn(const Aws::String &value)
AWS_GROUNDSTATION_API DataflowEndpointListItem(Aws::Utils::Json::JsonView jsonValue)
DataflowEndpointListItem & WithDataflowEndpointGroupId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue