7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9#include <aws/groundstation/model/ConfigCapabilityType.h>
10#include <aws/groundstation/model/ConfigDetails.h>
21namespace GroundStation {
31 AWS_GROUNDSTATION_API
Source() =
default;
43 m_configTypeHasBeenSet =
true;
58 template <
typename ConfigIdT = Aws::String>
60 m_configIdHasBeenSet =
true;
61 m_configId = std::forward<ConfigIdT>(value);
63 template <
typename ConfigIdT = Aws::String>
78 template <
typename ConfigDetailsT = ConfigDetails>
80 m_configDetailsHasBeenSet =
true;
81 m_configDetails = std::forward<ConfigDetailsT>(value);
83 template <
typename ConfigDetailsT = ConfigDetails>
96 template <
typename DataflowSourceRegionT = Aws::String>
98 m_dataflowSourceRegionHasBeenSet =
true;
99 m_dataflowSourceRegion = std::forward<DataflowSourceRegionT>(value);
101 template <
typename DataflowSourceRegionT = Aws::String>
112 ConfigDetails m_configDetails;
115 bool m_configTypeHasBeenSet =
false;
116 bool m_configIdHasBeenSet =
false;
117 bool m_configDetailsHasBeenSet =
false;
118 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