7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/groundstation/model/AgentStatus.h>
22namespace GroundStation
47 inline void SetBytesReceived(
long long value) { m_bytesReceivedHasBeenSet =
true; m_bytesReceived = value; }
57 inline void SetBytesSent(
long long value) { m_bytesSentHasBeenSet =
true; m_bytesSent = value; }
67 template<
typename CapabilityArnT = Aws::String>
68 void SetCapabilityArn(CapabilityArnT&& value) { m_capabilityArnHasBeenSet =
true; m_capabilityArn = std::forward<CapabilityArnT>(value); }
69 template<
typename CapabilityArnT = Aws::String>
79 template<
typename ComponentTypeT = Aws::String>
80 void SetComponentType(ComponentTypeT&& value) { m_componentTypeHasBeenSet =
true; m_componentType = std::forward<ComponentTypeT>(value); }
81 template<
typename ComponentTypeT = Aws::String>
91 template<
typename DataflowIdT = Aws::String>
92 void SetDataflowId(DataflowIdT&& value) { m_dataflowIdHasBeenSet =
true; m_dataflowId = std::forward<DataflowIdT>(value); }
93 template<
typename DataflowIdT = Aws::String>
103 inline void SetPacketsDropped(
long long value) { m_packetsDroppedHasBeenSet =
true; m_packetsDropped = value; }
118 long long m_bytesReceived{0};
119 bool m_bytesReceivedHasBeenSet =
false;
121 long long m_bytesSent{0};
122 bool m_bytesSentHasBeenSet =
false;
125 bool m_capabilityArnHasBeenSet =
false;
128 bool m_componentTypeHasBeenSet =
false;
131 bool m_dataflowIdHasBeenSet =
false;
133 long long m_packetsDropped{0};
134 bool m_packetsDroppedHasBeenSet =
false;
137 bool m_statusHasBeenSet =
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