7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace GroundStation
49 inline void SetDataflowEndpointName(
const char* value) { m_dataflowEndpointNameHasBeenSet =
true; m_dataflowEndpointName.assign(value); }
63 inline void SetDataflowEndpointRegion(
const char* value) { m_dataflowEndpointRegionHasBeenSet =
true; m_dataflowEndpointRegion.assign(value); }
71 bool m_dataflowEndpointNameHasBeenSet =
false;
74 bool m_dataflowEndpointRegionHasBeenSet =
false;
void SetDataflowEndpointRegion(const char *value)
AWS_GROUNDSTATION_API DataflowEndpointConfig()
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GROUNDSTATION_API DataflowEndpointConfig(Aws::Utils::Json::JsonView jsonValue)
void SetDataflowEndpointName(Aws::String &&value)
void SetDataflowEndpointRegion(Aws::String &&value)
AWS_GROUNDSTATION_API DataflowEndpointConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
DataflowEndpointConfig & WithDataflowEndpointRegion(const char *value)
DataflowEndpointConfig & WithDataflowEndpointName(const Aws::String &value)
DataflowEndpointConfig & WithDataflowEndpointRegion(const Aws::String &value)
const Aws::String & GetDataflowEndpointName() const
void SetDataflowEndpointName(const Aws::String &value)
bool DataflowEndpointRegionHasBeenSet() const
void SetDataflowEndpointRegion(const Aws::String &value)
DataflowEndpointConfig & WithDataflowEndpointRegion(Aws::String &&value)
const Aws::String & GetDataflowEndpointRegion() const
DataflowEndpointConfig & WithDataflowEndpointName(Aws::String &&value)
DataflowEndpointConfig & WithDataflowEndpointName(const char *value)
void SetDataflowEndpointName(const char *value)
bool DataflowEndpointNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue