7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace GroundStation
44 template<
typename DataflowEndpo
intGroupIdT = Aws::String>
45 void SetDataflowEndpointGroupId(DataflowEndpointGroupIdT&& value) { m_dataflowEndpointGroupIdHasBeenSet =
true; m_dataflowEndpointGroupId = std::forward<DataflowEndpointGroupIdT>(value); }
46 template<
typename DataflowEndpo
intGroupIdT = Aws::String>
52 bool m_dataflowEndpointGroupIdHasBeenSet =
false;
GetDataflowEndpointGroupRequest & WithDataflowEndpointGroupId(DataflowEndpointGroupIdT &&value)
void SetDataflowEndpointGroupId(DataflowEndpointGroupIdT &&value)
bool DataflowEndpointGroupIdHasBeenSet() const
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_GROUNDSTATION_API GetDataflowEndpointGroupRequest()=default
const Aws::String & GetDataflowEndpointGroupId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String