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
36 AWS_GROUNDSTATION_API
Source() =
default;
50 template<
typename ConfigDetailsT = ConfigDetails>
51 void SetConfigDetails(ConfigDetailsT&& value) { m_configDetailsHasBeenSet =
true; m_configDetails = std::forward<ConfigDetailsT>(value); }
52 template<
typename ConfigDetailsT = ConfigDetails>
62 template<
typename ConfigIdT = Aws::String>
63 void SetConfigId(ConfigIdT&& value) { m_configIdHasBeenSet =
true; m_configId = std::forward<ConfigIdT>(value); }
64 template<
typename ConfigIdT = Aws::String>
84 template<
typename DataflowSourceRegionT = Aws::String>
85 void SetDataflowSourceRegion(DataflowSourceRegionT&& value) { m_dataflowSourceRegionHasBeenSet =
true; m_dataflowSourceRegion = std::forward<DataflowSourceRegionT>(value); }
86 template<
typename DataflowSourceRegionT = Aws::String>
92 bool m_configDetailsHasBeenSet =
false;
95 bool m_configIdHasBeenSet =
false;
98 bool m_configTypeHasBeenSet =
false;
101 bool m_dataflowSourceRegionHasBeenSet =
false;
AWS_GROUNDSTATION_API Source()=default
ConfigCapabilityType GetConfigType() const
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetConfigDetails(ConfigDetailsT &&value)
void SetDataflowSourceRegion(DataflowSourceRegionT &&value)
void SetConfigType(ConfigCapabilityType value)
bool DataflowSourceRegionHasBeenSet() const
void SetConfigId(ConfigIdT &&value)
const Aws::String & GetDataflowSourceRegion() const
bool ConfigDetailsHasBeenSet() const
bool ConfigTypeHasBeenSet() const
AWS_GROUNDSTATION_API Source & operator=(Aws::Utils::Json::JsonView jsonValue)
Source & WithConfigId(ConfigIdT &&value)
const ConfigDetails & GetConfigDetails() const
bool ConfigIdHasBeenSet() const
AWS_GROUNDSTATION_API Source(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetConfigId() const
Source & WithConfigType(ConfigCapabilityType value)
Source & WithConfigDetails(ConfigDetailsT &&value)
Source & WithDataflowSourceRegion(DataflowSourceRegionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue