7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace GroundStation {
40 template <
typename DataflowEndpo
intGroupIdT = Aws::String>
42 m_dataflowEndpointGroupIdHasBeenSet =
true;
43 m_dataflowEndpointGroupId = std::forward<DataflowEndpointGroupIdT>(value);
45 template <
typename DataflowEndpo
intGroupIdT = Aws::String>
55 template <
typename RequestIdT = Aws::String>
57 m_requestIdHasBeenSet =
true;
58 m_requestId = std::forward<RequestIdT>(value);
60 template <
typename RequestIdT = Aws::String>
70 bool m_dataflowEndpointGroupIdHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
AWS_GROUNDSTATION_API DeleteDataflowEndpointGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDataflowEndpointGroupId(DataflowEndpointGroupIdT &&value)
const Aws::String & GetRequestId() const
AWS_GROUNDSTATION_API DeleteDataflowEndpointGroupResult()=default
AWS_GROUNDSTATION_API DeleteDataflowEndpointGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
DeleteDataflowEndpointGroupResult & WithRequestId(RequestIdT &&value)
DeleteDataflowEndpointGroupResult & WithDataflowEndpointGroupId(DataflowEndpointGroupIdT &&value)
const Aws::String & GetDataflowEndpointGroupId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue