/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object representing an asynchronous update.See Also:
AWS API
* Reference
A UUID that is used to track the update.
*/ inline const Aws::String& GetId() const{ return m_id; } /** *A UUID that is used to track the update.
*/ inline bool IdHasBeenSet() const { return m_idHasBeenSet; } /** *A UUID that is used to track the update.
*/ inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; } /** *A UUID that is used to track the update.
*/ inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); } /** *A UUID that is used to track the update.
*/ inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); } /** *A UUID that is used to track the update.
*/ inline Update& WithId(const Aws::String& value) { SetId(value); return *this;} /** *A UUID that is used to track the update.
*/ inline Update& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** *A UUID that is used to track the update.
*/ inline Update& WithId(const char* value) { SetId(value); return *this;} /** *The current status of the update.
*/ inline const UpdateStatus& GetStatus() const{ return m_status; } /** *The current status of the update.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *The current status of the update.
*/ inline void SetStatus(const UpdateStatus& value) { m_statusHasBeenSet = true; m_status = value; } /** *The current status of the update.
*/ inline void SetStatus(UpdateStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *The current status of the update.
*/ inline Update& WithStatus(const UpdateStatus& value) { SetStatus(value); return *this;} /** *The current status of the update.
*/ inline Update& WithStatus(UpdateStatus&& value) { SetStatus(std::move(value)); return *this;} /** *The type of the update.
*/ inline const UpdateType& GetType() const{ return m_type; } /** *The type of the update.
*/ inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; } /** *The type of the update.
*/ inline void SetType(const UpdateType& value) { m_typeHasBeenSet = true; m_type = value; } /** *The type of the update.
*/ inline void SetType(UpdateType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } /** *The type of the update.
*/ inline Update& WithType(const UpdateType& value) { SetType(value); return *this;} /** *The type of the update.
*/ inline Update& WithType(UpdateType&& value) { SetType(std::move(value)); return *this;} /** *A key-value map that contains the parameters associated with the update.
*/ inline const Aws::VectorA key-value map that contains the parameters associated with the update.
*/ inline bool ParamsHasBeenSet() const { return m_paramsHasBeenSet; } /** *A key-value map that contains the parameters associated with the update.
*/ inline void SetParams(const Aws::VectorA key-value map that contains the parameters associated with the update.
*/ inline void SetParams(Aws::VectorA key-value map that contains the parameters associated with the update.
*/ inline Update& WithParams(const Aws::VectorA key-value map that contains the parameters associated with the update.
*/ inline Update& WithParams(Aws::VectorA key-value map that contains the parameters associated with the update.
*/ inline Update& AddParams(const UpdateParam& value) { m_paramsHasBeenSet = true; m_params.push_back(value); return *this; } /** *A key-value map that contains the parameters associated with the update.
*/ inline Update& AddParams(UpdateParam&& value) { m_paramsHasBeenSet = true; m_params.push_back(std::move(value)); return *this; } /** *The Unix epoch timestamp in seconds for when the update was created.
*/ inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; } /** *The Unix epoch timestamp in seconds for when the update was created.
*/ inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; } /** *The Unix epoch timestamp in seconds for when the update was created.
*/ inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; } /** *The Unix epoch timestamp in seconds for when the update was created.
*/ inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); } /** *The Unix epoch timestamp in seconds for when the update was created.
*/ inline Update& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;} /** *The Unix epoch timestamp in seconds for when the update was created.
*/ inline Update& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;} /** *Any errors associated with a Failed
update.
Any errors associated with a Failed
update.
Any errors associated with a Failed
update.
Any errors associated with a Failed
update.
Any errors associated with a Failed
update.
Any errors associated with a Failed
update.
Any errors associated with a Failed
update.
Any errors associated with a Failed
update.