7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/groundstation/GroundStationRequest.h>
10#include <aws/groundstation/GroundStation_EXPORTS.h>
11#include <aws/groundstation/model/AggregateStatus.h>
12#include <aws/groundstation/model/ComponentStatusData.h>
17namespace GroundStation {
40 template <
typename AgentIdT = Aws::String>
42 m_agentIdHasBeenSet =
true;
43 m_agentId = std::forward<AgentIdT>(value);
45 template <
typename AgentIdT = Aws::String>
58 template <
typename TaskIdT = Aws::String>
60 m_taskIdHasBeenSet =
true;
61 m_taskId = std::forward<TaskIdT>(value);
63 template <
typename TaskIdT = Aws::String>
76 template <
typename AggregateStatusT = AggregateStatus>
78 m_aggregateStatusHasBeenSet =
true;
79 m_aggregateStatus = std::forward<AggregateStatusT>(value);
81 template <
typename AggregateStatusT = AggregateStatus>
94 template <
typename ComponentStatusesT = Aws::Vector<ComponentStatusData>>
96 m_componentStatusesHasBeenSet =
true;
97 m_componentStatuses = std::forward<ComponentStatusesT>(value);
99 template <
typename ComponentStatusesT = Aws::Vector<ComponentStatusData>>
104 template <
typename ComponentStatusesT = ComponentStatusData>
106 m_componentStatusesHasBeenSet =
true;
107 m_componentStatuses.emplace_back(std::forward<ComponentStatusesT>(value));
113 bool m_agentIdHasBeenSet =
false;
116 bool m_taskIdHasBeenSet =
false;
119 bool m_aggregateStatusHasBeenSet =
false;
122 bool m_componentStatusesHasBeenSet =
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