7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/model/ConfigDetails.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/groundstation/model/ConfigCapabilityType.h>
23namespace GroundStation
64 inline void SetConfigId(
const char* value) { m_configIdHasBeenSet =
true; m_configId.assign(value); }
90 inline void SetDataflowSourceRegion(
const char* value) { m_dataflowSourceRegionHasBeenSet =
true; m_dataflowSourceRegion.assign(value); }
98 bool m_configDetailsHasBeenSet =
false;
101 bool m_configIdHasBeenSet =
false;
104 bool m_configTypeHasBeenSet =
false;
107 bool m_dataflowSourceRegionHasBeenSet =
false;
void SetDataflowSourceRegion(Aws::String &&value)
AWS_GROUNDSTATION_API Source()
Source & WithConfigType(const ConfigCapabilityType &value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetConfigType(const ConfigCapabilityType &value)
Source & WithConfigType(ConfigCapabilityType &&value)
Source & WithConfigId(Aws::String &&value)
Source & WithDataflowSourceRegion(const char *value)
Source & WithConfigDetails(const ConfigDetails &value)
bool DataflowSourceRegionHasBeenSet() const
const Aws::String & GetDataflowSourceRegion() const
void SetConfigId(Aws::String &&value)
void SetConfigId(const char *value)
bool ConfigDetailsHasBeenSet() const
bool ConfigTypeHasBeenSet() const
Source & WithConfigId(const char *value)
Source & WithConfigId(const Aws::String &value)
AWS_GROUNDSTATION_API Source & operator=(Aws::Utils::Json::JsonView jsonValue)
const ConfigDetails & GetConfigDetails() const
bool ConfigIdHasBeenSet() const
void SetConfigDetails(const ConfigDetails &value)
AWS_GROUNDSTATION_API Source(Aws::Utils::Json::JsonView jsonValue)
void SetConfigDetails(ConfigDetails &&value)
const Aws::String & GetConfigId() const
void SetDataflowSourceRegion(const Aws::String &value)
void SetConfigType(ConfigCapabilityType &&value)
Source & WithDataflowSourceRegion(Aws::String &&value)
void SetConfigId(const Aws::String &value)
const ConfigCapabilityType & GetConfigType() const
Source & WithConfigDetails(ConfigDetails &&value)
void SetDataflowSourceRegion(const char *value)
Source & WithDataflowSourceRegion(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue