7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace GroundStation
43 inline void SetAgentId(
const char* value) { m_agentIdHasBeenSet =
true; m_agentId.assign(value); }
51 bool m_agentIdHasBeenSet =
false;
AWS_GROUNDSTATION_API GetAgentConfigurationRequest()
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAgentId() const
void SetAgentId(const Aws::String &value)
GetAgentConfigurationRequest & WithAgentId(const char *value)
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
void SetAgentId(Aws::String &&value)
void SetAgentId(const char *value)
bool AgentIdHasBeenSet() const
GetAgentConfigurationRequest & WithAgentId(Aws::String &&value)
GetAgentConfigurationRequest & WithAgentId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String