7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/groundstation/model/ComponentVersion.h>
23namespace GroundStation
63 inline void SetAgentVersion(
const char* value) { m_agentVersionHasBeenSet =
true; m_agentVersion.assign(value); }
91 inline void SetInstanceId(
const char* value) { m_instanceIdHasBeenSet =
true; m_instanceId.assign(value); }
105 inline void SetInstanceType(
const char* value) { m_instanceTypeHasBeenSet =
true; m_instanceType.assign(value); }
128 bool m_agentCpuCoresHasBeenSet =
false;
131 bool m_agentVersionHasBeenSet =
false;
134 bool m_componentVersionsHasBeenSet =
false;
137 bool m_instanceIdHasBeenSet =
false;
140 bool m_instanceTypeHasBeenSet =
false;
143 bool m_reservedCpuCoresHasBeenSet =
false;
AgentDetails & WithAgentVersion(const Aws::String &value)
const Aws::Vector< ComponentVersion > & GetComponentVersions() const
AWS_GROUNDSTATION_API AgentDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ComponentVersionsHasBeenSet() const
void SetAgentVersion(const char *value)
void SetInstanceType(Aws::String &&value)
AgentDetails & WithInstanceId(const Aws::String &value)
const Aws::Vector< int > & GetReservedCpuCores() const
void SetReservedCpuCores(const Aws::Vector< int > &value)
AgentDetails & WithInstanceType(const char *value)
AgentDetails & WithAgentVersion(const char *value)
AgentDetails & WithInstanceType(const Aws::String &value)
bool ReservedCpuCoresHasBeenSet() const
bool AgentCpuCoresHasBeenSet() const
AgentDetails & WithAgentCpuCores(const Aws::Vector< int > &value)
void SetReservedCpuCores(Aws::Vector< int > &&value)
AgentDetails & WithInstanceId(const char *value)
AgentDetails & AddComponentVersions(const ComponentVersion &value)
bool InstanceTypeHasBeenSet() const
AgentDetails & WithComponentVersions(const Aws::Vector< ComponentVersion > &value)
AgentDetails & WithReservedCpuCores(const Aws::Vector< int > &value)
AgentDetails & WithAgentVersion(Aws::String &&value)
void SetInstanceId(const Aws::String &value)
void SetInstanceType(const char *value)
void SetAgentVersion(Aws::String &&value)
AWS_GROUNDSTATION_API AgentDetails()
void SetInstanceType(const Aws::String &value)
AgentDetails & AddComponentVersions(ComponentVersion &&value)
const Aws::String & GetInstanceType() const
void SetAgentCpuCores(Aws::Vector< int > &&value)
void SetInstanceId(const char *value)
void SetInstanceId(Aws::String &&value)
AgentDetails & WithComponentVersions(Aws::Vector< ComponentVersion > &&value)
const Aws::String & GetAgentVersion() const
void SetComponentVersions(const Aws::Vector< ComponentVersion > &value)
AWS_GROUNDSTATION_API AgentDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAgentVersion(const Aws::String &value)
const Aws::Vector< int > & GetAgentCpuCores() const
AgentDetails & WithAgentCpuCores(Aws::Vector< int > &&value)
AgentDetails & WithReservedCpuCores(Aws::Vector< int > &&value)
AgentDetails & AddAgentCpuCores(int value)
bool InstanceIdHasBeenSet() const
AgentDetails & AddReservedCpuCores(int value)
void SetAgentCpuCores(const Aws::Vector< int > &value)
const Aws::String & GetInstanceId() const
bool AgentVersionHasBeenSet() const
void SetComponentVersions(Aws::Vector< ComponentVersion > &&value)
AgentDetails & WithInstanceType(Aws::String &&value)
AgentDetails & WithInstanceId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue