7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/groundstation/GroundStation_EXPORTS.h>
10#include <aws/groundstation/model/ConfigCapabilityType.h>
15namespace GroundStation {
41 template <
typename ConfigIdT = Aws::String>
43 m_configIdHasBeenSet =
true;
44 m_configId = std::forward<ConfigIdT>(value);
46 template <
typename ConfigIdT = Aws::String>
60 m_configTypeHasBeenSet =
true;
70 bool m_configIdHasBeenSet =
false;
73 bool m_configTypeHasBeenSet =
false;
GetConfigRequest & WithConfigId(ConfigIdT &&value)
GetConfigRequest & WithConfigType(ConfigCapabilityType value)
void SetConfigType(ConfigCapabilityType value)
virtual const char * GetServiceRequestName() const override
bool ConfigIdHasBeenSet() const
void SetConfigId(ConfigIdT &&value)
bool ConfigTypeHasBeenSet() const
AWS_GROUNDSTATION_API GetConfigRequest()=default
const Aws::String & GetConfigId() const
ConfigCapabilityType GetConfigType() const
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String