AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
GetDataflowEndpointGroupResult.h
1
6#pragma once
7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/groundstation/model/EndpointDetails.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace GroundStation
27{
28namespace Model
29{
36 {
37 public:
38 AWS_GROUNDSTATION_API GetDataflowEndpointGroupResult() = default;
41
42
44
50 inline int GetContactPostPassDurationSeconds() const { return m_contactPostPassDurationSeconds; }
51 inline void SetContactPostPassDurationSeconds(int value) { m_contactPostPassDurationSecondsHasBeenSet = true; m_contactPostPassDurationSeconds = value; }
54
56
62 inline int GetContactPrePassDurationSeconds() const { return m_contactPrePassDurationSeconds; }
63 inline void SetContactPrePassDurationSeconds(int value) { m_contactPrePassDurationSecondsHasBeenSet = true; m_contactPrePassDurationSeconds = value; }
66
68
71 inline const Aws::String& GetDataflowEndpointGroupArn() const { return m_dataflowEndpointGroupArn; }
72 template<typename DataflowEndpointGroupArnT = Aws::String>
73 void SetDataflowEndpointGroupArn(DataflowEndpointGroupArnT&& value) { m_dataflowEndpointGroupArnHasBeenSet = true; m_dataflowEndpointGroupArn = std::forward<DataflowEndpointGroupArnT>(value); }
74 template<typename DataflowEndpointGroupArnT = Aws::String>
75 GetDataflowEndpointGroupResult& WithDataflowEndpointGroupArn(DataflowEndpointGroupArnT&& value) { SetDataflowEndpointGroupArn(std::forward<DataflowEndpointGroupArnT>(value)); return *this;}
77
79
82 inline const Aws::String& GetDataflowEndpointGroupId() const { return m_dataflowEndpointGroupId; }
83 template<typename DataflowEndpointGroupIdT = Aws::String>
84 void SetDataflowEndpointGroupId(DataflowEndpointGroupIdT&& value) { m_dataflowEndpointGroupIdHasBeenSet = true; m_dataflowEndpointGroupId = std::forward<DataflowEndpointGroupIdT>(value); }
85 template<typename DataflowEndpointGroupIdT = Aws::String>
86 GetDataflowEndpointGroupResult& WithDataflowEndpointGroupId(DataflowEndpointGroupIdT&& value) { SetDataflowEndpointGroupId(std::forward<DataflowEndpointGroupIdT>(value)); return *this;}
88
90
93 inline const Aws::Vector<EndpointDetails>& GetEndpointsDetails() const { return m_endpointsDetails; }
94 template<typename EndpointsDetailsT = Aws::Vector<EndpointDetails>>
95 void SetEndpointsDetails(EndpointsDetailsT&& value) { m_endpointsDetailsHasBeenSet = true; m_endpointsDetails = std::forward<EndpointsDetailsT>(value); }
96 template<typename EndpointsDetailsT = Aws::Vector<EndpointDetails>>
97 GetDataflowEndpointGroupResult& WithEndpointsDetails(EndpointsDetailsT&& value) { SetEndpointsDetails(std::forward<EndpointsDetailsT>(value)); return *this;}
98 template<typename EndpointsDetailsT = EndpointDetails>
99 GetDataflowEndpointGroupResult& AddEndpointsDetails(EndpointsDetailsT&& value) { m_endpointsDetailsHasBeenSet = true; m_endpointsDetails.emplace_back(std::forward<EndpointsDetailsT>(value)); return *this; }
101
103
106 inline const Aws::Map<Aws::String, Aws::String>& GetTags() const { return m_tags; }
107 template<typename TagsT = Aws::Map<Aws::String, Aws::String>>
108 void SetTags(TagsT&& value) { m_tagsHasBeenSet = true; m_tags = std::forward<TagsT>(value); }
109 template<typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 GetDataflowEndpointGroupResult& WithTags(TagsT&& value) { SetTags(std::forward<TagsT>(value)); return *this;}
111 template<typename TagsKeyT = Aws::String, typename TagsValueT = Aws::String>
112 GetDataflowEndpointGroupResult& AddTags(TagsKeyT&& key, TagsValueT&& value) {
113 m_tagsHasBeenSet = true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value)); return *this;
114 }
116
118
119 inline const Aws::String& GetRequestId() const { return m_requestId; }
120 template<typename RequestIdT = Aws::String>
121 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
122 template<typename RequestIdT = Aws::String>
123 GetDataflowEndpointGroupResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
125 private:
126
127 int m_contactPostPassDurationSeconds{0};
128 bool m_contactPostPassDurationSecondsHasBeenSet = false;
129
130 int m_contactPrePassDurationSeconds{0};
131 bool m_contactPrePassDurationSecondsHasBeenSet = false;
132
133 Aws::String m_dataflowEndpointGroupArn;
134 bool m_dataflowEndpointGroupArnHasBeenSet = false;
135
136 Aws::String m_dataflowEndpointGroupId;
137 bool m_dataflowEndpointGroupIdHasBeenSet = false;
138
139 Aws::Vector<EndpointDetails> m_endpointsDetails;
140 bool m_endpointsDetailsHasBeenSet = false;
141
143 bool m_tagsHasBeenSet = false;
144
145 Aws::String m_requestId;
146 bool m_requestIdHasBeenSet = false;
147 };
148
149} // namespace Model
150} // namespace GroundStation
151} // namespace Aws
GetDataflowEndpointGroupResult & WithDataflowEndpointGroupId(DataflowEndpointGroupIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetDataflowEndpointGroupResult & WithRequestId(RequestIdT &&value)
GetDataflowEndpointGroupResult & WithDataflowEndpointGroupArn(DataflowEndpointGroupArnT &&value)
AWS_GROUNDSTATION_API GetDataflowEndpointGroupResult()=default
AWS_GROUNDSTATION_API GetDataflowEndpointGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDataflowEndpointGroupResult & WithContactPrePassDurationSeconds(int value)
GetDataflowEndpointGroupResult & AddEndpointsDetails(EndpointsDetailsT &&value)
GetDataflowEndpointGroupResult & WithEndpointsDetails(EndpointsDetailsT &&value)
GetDataflowEndpointGroupResult & WithContactPostPassDurationSeconds(int value)
GetDataflowEndpointGroupResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Vector< EndpointDetails > & GetEndpointsDetails() const
AWS_GROUNDSTATION_API GetDataflowEndpointGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue