7#include <aws/snow-device-management/SnowDeviceManagement_EXPORTS.h>
8#include <aws/snow-device-management/model/Instance.h>
9#include <aws/core/utils/DateTime.h>
22namespace SnowDeviceManagement
47 template<
typename InstanceT = Instance>
48 void SetInstance(InstanceT&& value) { m_instanceHasBeenSet =
true; m_instance = std::forward<InstanceT>(value); }
49 template<
typename InstanceT = Instance>
59 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
60 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
61 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
67 bool m_instanceHasBeenSet =
false;
70 bool m_lastUpdatedAtHasBeenSet =
false;
InstanceSummary & WithInstance(InstanceT &&value)
AWS_SNOWDEVICEMANAGEMENT_API InstanceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SNOWDEVICEMANAGEMENT_API InstanceSummary()=default
AWS_SNOWDEVICEMANAGEMENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Instance & GetInstance() const
InstanceSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
AWS_SNOWDEVICEMANAGEMENT_API InstanceSummary(Aws::Utils::Json::JsonView jsonValue)
bool InstanceHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetInstance(InstanceT &&value)
bool LastUpdatedAtHasBeenSet() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
Aws::Utils::Json::JsonValue JsonValue