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 {
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>
77 template <
typename ConfigDetailsT = ConfigDetails>
79 m_configDetailsHasBeenSet =
true;
80 m_configDetails = std::forward<ConfigDetailsT>(value);
82 template <
typename ConfigDetailsT = ConfigDetails>
95 template <
typename DataflowDestinationRegionT = Aws::String>
97 m_dataflowDestinationRegionHasBeenSet =
true;
98 m_dataflowDestinationRegion = std::forward<DataflowDestinationRegionT>(value);
100 template <
typename DataflowDestinationRegionT = Aws::String>
108 bool m_configTypeHasBeenSet =
false;
111 bool m_configIdHasBeenSet =
false;
113 ConfigDetails m_configDetails;
114 bool m_configDetailsHasBeenSet =
false;
117 bool m_dataflowDestinationRegionHasBeenSet =
false;
void SetConfigDetails(ConfigDetailsT &&value)
const Aws::String & GetConfigId() const
ConfigCapabilityType GetConfigType() const
void SetConfigId(ConfigIdT &&value)
Destination & WithDataflowDestinationRegion(DataflowDestinationRegionT &&value)
void SetConfigType(ConfigCapabilityType value)
bool DataflowDestinationRegionHasBeenSet() const
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDataflowDestinationRegion() const
Destination & WithConfigId(ConfigIdT &&value)
Destination & WithConfigDetails(ConfigDetailsT &&value)
AWS_GROUNDSTATION_API Destination(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API Destination & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ConfigIdHasBeenSet() const
bool ConfigDetailsHasBeenSet() const
const ConfigDetails & GetConfigDetails() const
void SetDataflowDestinationRegion(DataflowDestinationRegionT &&value)
Destination & WithConfigType(ConfigCapabilityType value)
bool ConfigTypeHasBeenSet() const
AWS_GROUNDSTATION_API Destination()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue