7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9#include <aws/groundstation/model/AgentStatus.h>
20namespace GroundStation {
41 template <
typename ComponentTypeT = Aws::String>
43 m_componentTypeHasBeenSet =
true;
44 m_componentType = std::forward<ComponentTypeT>(value);
46 template <
typename ComponentTypeT = Aws::String>
59 template <
typename CapabilityArnT = Aws::String>
61 m_capabilityArnHasBeenSet =
true;
62 m_capabilityArn = std::forward<CapabilityArnT>(value);
64 template <
typename CapabilityArnT = Aws::String>
78 m_statusHasBeenSet =
true;
94 m_bytesSentHasBeenSet =
true;
110 m_bytesReceivedHasBeenSet =
true;
111 m_bytesReceived = value;
126 m_packetsDroppedHasBeenSet =
true;
127 m_packetsDropped = value;
141 template <
typename DataflowIdT = Aws::String>
143 m_dataflowIdHasBeenSet =
true;
144 m_dataflowId = std::forward<DataflowIdT>(value);
146 template <
typename DataflowIdT = Aws::String>
159 long long m_bytesSent{0};
161 long long m_bytesReceived{0};
163 long long m_packetsDropped{0};
166 bool m_componentTypeHasBeenSet =
false;
167 bool m_capabilityArnHasBeenSet =
false;
168 bool m_statusHasBeenSet =
false;
169 bool m_bytesSentHasBeenSet =
false;
170 bool m_bytesReceivedHasBeenSet =
false;
171 bool m_packetsDroppedHasBeenSet =
false;
172 bool m_dataflowIdHasBeenSet =
false;
bool StatusHasBeenSet() const
AWS_GROUNDSTATION_API ComponentStatusData()=default
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetComponentType(ComponentTypeT &&value)
bool BytesReceivedHasBeenSet() const
ComponentStatusData & WithBytesSent(long long value)
void SetCapabilityArn(CapabilityArnT &&value)
bool ComponentTypeHasBeenSet() const
bool DataflowIdHasBeenSet() const
ComponentStatusData & WithCapabilityArn(CapabilityArnT &&value)
ComponentStatusData & WithStatus(AgentStatus value)
long long GetBytesSent() const
AgentStatus GetStatus() const
AWS_GROUNDSTATION_API ComponentStatusData(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API ComponentStatusData & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetComponentType() const
const Aws::String & GetCapabilityArn() const
ComponentStatusData & WithComponentType(ComponentTypeT &&value)
void SetBytesReceived(long long value)
ComponentStatusData & WithBytesReceived(long long value)
ComponentStatusData & WithDataflowId(DataflowIdT &&value)
bool PacketsDroppedHasBeenSet() const
void SetPacketsDropped(long long value)
ComponentStatusData & WithPacketsDropped(long long value)
long long GetPacketsDropped() const
bool BytesSentHasBeenSet() const
void SetBytesSent(long long value)
const Aws::String & GetDataflowId() const
void SetDataflowId(DataflowIdT &&value)
bool CapabilityArnHasBeenSet() const
void SetStatus(AgentStatus value)
long long GetBytesReceived() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue