7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/groundstation/model/AgentStatus.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace GroundStation
71 bool m_signatureMapHasBeenSet =
false;
74 bool m_statusHasBeenSet =
false;
void SetStatus(AgentStatus &&value)
AWS_GROUNDSTATION_API AggregateStatus()
AggregateStatus & WithStatus(AgentStatus &&value)
const Aws::Map< Aws::String, bool > & GetSignatureMap() const
AWS_GROUNDSTATION_API AggregateStatus(Aws::Utils::Json::JsonView jsonValue)
AggregateStatus & WithSignatureMap(Aws::Map< Aws::String, bool > &&value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AggregateStatus & WithStatus(const AgentStatus &value)
AWS_GROUNDSTATION_API AggregateStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
AggregateStatus & AddSignatureMap(const char *key, bool value)
AggregateStatus & AddSignatureMap(Aws::String &&key, bool value)
void SetStatus(const AgentStatus &value)
AggregateStatus & AddSignatureMap(const Aws::String &key, bool value)
bool SignatureMapHasBeenSet() const
void SetSignatureMap(const Aws::Map< Aws::String, bool > &value)
const AgentStatus & GetStatus() const
void SetSignatureMap(Aws::Map< Aws::String, bool > &&value)
AggregateStatus & WithSignatureMap(const Aws::Map< Aws::String, bool > &value)
bool StatusHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue