7#include <aws/sagemaker-edge/SagemakerEdgeManager_EXPORTS.h>
8#include <aws/sagemaker-edge/SagemakerEdgeManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/sagemaker-edge/model/DeploymentResult.h>
12#include <aws/sagemaker-edge/model/EdgeMetric.h>
13#include <aws/sagemaker-edge/model/Model.h>
18namespace SagemakerEdgeManager
76 inline void SetAgentVersion(
const char* value) { m_agentVersionHasBeenSet =
true; m_agentVersion.assign(value); }
90 inline void SetDeviceName(
const char* value) { m_deviceNameHasBeenSet =
true; m_deviceName.assign(value); }
104 inline void SetDeviceFleetName(
const char* value) { m_deviceFleetNameHasBeenSet =
true; m_deviceFleetName.assign(value); }
124 bool m_agentMetricsHasBeenSet =
false;
127 bool m_modelsHasBeenSet =
false;
130 bool m_agentVersionHasBeenSet =
false;
133 bool m_deviceNameHasBeenSet =
false;
136 bool m_deviceFleetNameHasBeenSet =
false;
139 bool m_deploymentResultHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Model > & GetModels() const
SendHeartbeatRequest & WithDeviceName(const char *value)
const Aws::Vector< EdgeMetric > & GetAgentMetrics() const
SendHeartbeatRequest & WithAgentVersion(const char *value)
void SetAgentVersion(const Aws::String &value)
SendHeartbeatRequest & WithDeviceName(const Aws::String &value)
bool DeviceFleetNameHasBeenSet() const
bool AgentMetricsHasBeenSet() const
SendHeartbeatRequest & WithModels(const Aws::Vector< Model > &value)
void SetModels(const Aws::Vector< Model > &value)
void SetAgentVersion(Aws::String &&value)
void SetDeviceName(const Aws::String &value)
SendHeartbeatRequest & AddModels(Model &&value)
const Aws::String & GetAgentVersion() const
SendHeartbeatRequest & WithDeploymentResult(const DeploymentResult &value)
AWS_SAGEMAKEREDGEMANAGER_API SendHeartbeatRequest()
const Aws::String & GetDeviceName() const
bool AgentVersionHasBeenSet() const
const DeploymentResult & GetDeploymentResult() const
void SetDeploymentResult(const DeploymentResult &value)
SendHeartbeatRequest & WithAgentVersion(const Aws::String &value)
SendHeartbeatRequest & WithAgentMetrics(Aws::Vector< EdgeMetric > &&value)
bool DeviceNameHasBeenSet() const
void SetAgentVersion(const char *value)
SendHeartbeatRequest & WithModels(Aws::Vector< Model > &&value)
SendHeartbeatRequest & WithAgentVersion(Aws::String &&value)
SendHeartbeatRequest & AddAgentMetrics(const EdgeMetric &value)
const Aws::String & GetDeviceFleetName() const
SendHeartbeatRequest & WithDeviceFleetName(Aws::String &&value)
SendHeartbeatRequest & WithDeviceFleetName(const char *value)
SendHeartbeatRequest & WithAgentMetrics(const Aws::Vector< EdgeMetric > &value)
bool DeploymentResultHasBeenSet() const
void SetDeviceFleetName(Aws::String &&value)
SendHeartbeatRequest & WithDeploymentResult(DeploymentResult &&value)
void SetDeploymentResult(DeploymentResult &&value)
void SetAgentMetrics(const Aws::Vector< EdgeMetric > &value)
SendHeartbeatRequest & WithDeviceName(Aws::String &&value)
void SetDeviceName(const char *value)
void SetDeviceFleetName(const Aws::String &value)
void SetModels(Aws::Vector< Model > &&value)
SendHeartbeatRequest & AddAgentMetrics(EdgeMetric &&value)
SendHeartbeatRequest & AddModels(const Model &value)
void SetAgentMetrics(Aws::Vector< EdgeMetric > &&value)
void SetDeviceFleetName(const char *value)
void SetDeviceName(Aws::String &&value)
bool ModelsHasBeenSet() const
AWS_SAGEMAKEREDGEMANAGER_API Aws::String SerializePayload() const override
SendHeartbeatRequest & WithDeviceFleetName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector