7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/groundstation/model/AggregateStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/groundstation/model/ComponentStatusData.h>
17namespace GroundStation
44 template<
typename AgentIdT = Aws::String>
45 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
46 template<
typename AgentIdT = Aws::String>
56 template<
typename AggregateStatusT = AggregateStatus>
57 void SetAggregateStatus(AggregateStatusT&& value) { m_aggregateStatusHasBeenSet =
true; m_aggregateStatus = std::forward<AggregateStatusT>(value); }
58 template<
typename AggregateStatusT = AggregateStatus>
68 template<
typename ComponentStatusesT = Aws::Vector<ComponentStatusData>>
69 void SetComponentStatuses(ComponentStatusesT&& value) { m_componentStatusesHasBeenSet =
true; m_componentStatuses = std::forward<ComponentStatusesT>(value); }
70 template<
typename ComponentStatusesT = Aws::Vector<ComponentStatusData>>
72 template<
typename ComponentStatusesT = ComponentStatusData>
82 template<
typename TaskIdT = Aws::String>
83 void SetTaskId(TaskIdT&& value) { m_taskIdHasBeenSet =
true; m_taskId = std::forward<TaskIdT>(value); }
84 template<
typename TaskIdT = Aws::String>
90 bool m_agentIdHasBeenSet =
false;
93 bool m_aggregateStatusHasBeenSet =
false;
96 bool m_componentStatusesHasBeenSet =
false;
99 bool m_taskIdHasBeenSet =
false;
void SetTaskId(TaskIdT &&value)
bool AgentIdHasBeenSet() const
const Aws::String & GetAgentId() const
UpdateAgentStatusRequest & AddComponentStatuses(ComponentStatusesT &&value)
const AggregateStatus & GetAggregateStatus() const
UpdateAgentStatusRequest & WithComponentStatuses(ComponentStatusesT &&value)
void SetComponentStatuses(ComponentStatusesT &&value)
virtual const char * GetServiceRequestName() const override
void SetAgentId(AgentIdT &&value)
void SetAggregateStatus(AggregateStatusT &&value)
AWS_GROUNDSTATION_API UpdateAgentStatusRequest()=default
bool AggregateStatusHasBeenSet() const
const Aws::String & GetTaskId() const
bool ComponentStatusesHasBeenSet() const
UpdateAgentStatusRequest & WithAggregateStatus(AggregateStatusT &&value)
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
bool TaskIdHasBeenSet() const
UpdateAgentStatusRequest & WithAgentId(AgentIdT &&value)
const Aws::Vector< ComponentStatusData > & GetComponentStatuses() const
UpdateAgentStatusRequest & WithTaskId(TaskIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector