7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace GroundStation
46 inline void SetDataflowEndpointGroupId(
const char* value) { m_dataflowEndpointGroupIdHasBeenSet =
true; m_dataflowEndpointGroupId.assign(value); }
54 bool m_dataflowEndpointGroupIdHasBeenSet =
false;
void SetDataflowEndpointGroupId(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
void SetDataflowEndpointGroupId(const Aws::String &value)
void SetDataflowEndpointGroupId(Aws::String &&value)
DeleteDataflowEndpointGroupRequest & WithDataflowEndpointGroupId(const char *value)
const Aws::String & GetDataflowEndpointGroupId() const
bool DataflowEndpointGroupIdHasBeenSet() const
DeleteDataflowEndpointGroupRequest & WithDataflowEndpointGroupId(Aws::String &&value)
AWS_GROUNDSTATION_API DeleteDataflowEndpointGroupRequest()
DeleteDataflowEndpointGroupRequest & WithDataflowEndpointGroupId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String