7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/groundstation/model/ConfigCapabilityType.h>
22namespace GroundStation
48 template<
typename ConfigArnT = Aws::String>
49 void SetConfigArn(ConfigArnT&& value) { m_configArnHasBeenSet =
true; m_configArn = std::forward<ConfigArnT>(value); }
50 template<
typename ConfigArnT = Aws::String>
60 template<
typename ConfigIdT = Aws::String>
61 void SetConfigId(ConfigIdT&& value) { m_configIdHasBeenSet =
true; m_configId = std::forward<ConfigIdT>(value); }
62 template<
typename ConfigIdT = Aws::String>
82 template<
typename NameT = Aws::String>
83 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
84 template<
typename NameT = Aws::String>
90 bool m_configArnHasBeenSet =
false;
93 bool m_configIdHasBeenSet =
false;
96 bool m_configTypeHasBeenSet =
false;
99 bool m_nameHasBeenSet =
false;
void SetConfigId(ConfigIdT &&value)
const Aws::String & GetConfigId() const
void SetName(NameT &&value)
void SetConfigArn(ConfigArnT &&value)
ConfigListItem & WithConfigId(ConfigIdT &&value)
ConfigListItem & WithConfigType(ConfigCapabilityType value)
ConfigListItem & WithName(NameT &&value)
AWS_GROUNDSTATION_API ConfigListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
ConfigListItem & WithConfigArn(ConfigArnT &&value)
ConfigCapabilityType GetConfigType() const
AWS_GROUNDSTATION_API ConfigListItem()=default
bool ConfigIdHasBeenSet() const
void SetConfigType(ConfigCapabilityType value)
const Aws::String & GetConfigArn() const
AWS_GROUNDSTATION_API ConfigListItem(Aws::Utils::Json::JsonView jsonValue)
bool ConfigArnHasBeenSet() const
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
bool ConfigTypeHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue