7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace GroundStation
45 template<
typename DataflowEndpo
intGroupIdT = Aws::String>
46 void SetDataflowEndpointGroupId(DataflowEndpointGroupIdT&& value) { m_dataflowEndpointGroupIdHasBeenSet =
true; m_dataflowEndpointGroupId = std::forward<DataflowEndpointGroupIdT>(value); }
47 template<
typename DataflowEndpo
intGroupIdT = Aws::String>
54 template<
typename RequestIdT = Aws::String>
55 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
56 template<
typename RequestIdT = Aws::String>
62 bool m_dataflowEndpointGroupIdHasBeenSet =
false;
65 bool m_requestIdHasBeenSet =
false;
CreateDataflowEndpointGroupResult & WithDataflowEndpointGroupId(DataflowEndpointGroupIdT &&value)
CreateDataflowEndpointGroupResult & WithRequestId(RequestIdT &&value)
AWS_GROUNDSTATION_API CreateDataflowEndpointGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GROUNDSTATION_API CreateDataflowEndpointGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetDataflowEndpointGroupId(DataflowEndpointGroupIdT &&value)
AWS_GROUNDSTATION_API CreateDataflowEndpointGroupResult()=default
const Aws::String & GetRequestId() const
const Aws::String & GetDataflowEndpointGroupId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue