7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9#include <aws/groundstation/model/ConfigCapabilityType.h>
20namespace GroundStation {
42 template <
typename ConfigIdT = Aws::String>
44 m_configIdHasBeenSet =
true;
45 m_configId = std::forward<ConfigIdT>(value);
47 template <
typename ConfigIdT = Aws::String>
61 m_configTypeHasBeenSet =
true;
76 template <
typename ConfigArnT = Aws::String>
78 m_configArnHasBeenSet =
true;
79 m_configArn = std::forward<ConfigArnT>(value);
81 template <
typename ConfigArnT = Aws::String>
94 template <
typename NameT = Aws::String>
96 m_nameHasBeenSet =
true;
97 m_name = std::forward<NameT>(value);
99 template <
typename NameT = Aws::String>
101 SetName(std::forward<NameT>(value));
113 bool m_configIdHasBeenSet =
false;
114 bool m_configTypeHasBeenSet =
false;
115 bool m_configArnHasBeenSet =
false;
116 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