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