7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/outposts/Outposts_EXPORTS.h>
10#include <aws/outposts/model/CapacityTaskStatus.h>
42 template <
typename CapacityTaskIdT = Aws::String>
44 m_capacityTaskIdHasBeenSet =
true;
45 m_capacityTaskId = std::forward<CapacityTaskIdT>(value);
47 template <
typename CapacityTaskIdT = Aws::String>
60 template <
typename OutpostIdT = Aws::String>
62 m_outpostIdHasBeenSet =
true;
63 m_outpostId = std::forward<OutpostIdT>(value);
65 template <
typename OutpostIdT = Aws::String>
79 template <
typename OrderIdT = Aws::String>
81 m_orderIdHasBeenSet =
true;
82 m_orderId = std::forward<OrderIdT>(value);
84 template <
typename OrderIdT = Aws::String>
98 template <
typename AssetIdT = Aws::String>
100 m_assetIdHasBeenSet =
true;
101 m_assetId = std::forward<AssetIdT>(value);
103 template <
typename AssetIdT = Aws::String>
117 m_capacityTaskStatusHasBeenSet =
true;
118 m_capacityTaskStatus = value;
132 template <
typename CreationDateT = Aws::Utils::DateTime>
134 m_creationDateHasBeenSet =
true;
135 m_creationDate = std::forward<CreationDateT>(value);
137 template <
typename CreationDateT = Aws::Utils::DateTime>
150 template <
typename CompletionDateT = Aws::Utils::DateTime>
152 m_completionDateHasBeenSet =
true;
153 m_completionDate = std::forward<CompletionDateT>(value);
155 template <
typename CompletionDateT = Aws::Utils::DateTime>
168 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
170 m_lastModifiedDateHasBeenSet =
true;
171 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
173 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
195 bool m_capacityTaskIdHasBeenSet =
false;
196 bool m_outpostIdHasBeenSet =
false;
197 bool m_orderIdHasBeenSet =
false;
198 bool m_assetIdHasBeenSet =
false;
199 bool m_capacityTaskStatusHasBeenSet =
false;
200 bool m_creationDateHasBeenSet =
false;
201 bool m_completionDateHasBeenSet =
false;
202 bool m_lastModifiedDateHasBeenSet =
false;
bool LastModifiedDateHasBeenSet() const
bool CreationDateHasBeenSet() const
AWS_OUTPOSTS_API CapacityTaskSummary()=default
bool CapacityTaskIdHasBeenSet() const
void SetOrderId(OrderIdT &&value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
const Aws::String & GetCapacityTaskId() const
bool AssetIdHasBeenSet() const
void SetCreationDate(CreationDateT &&value)
void SetOutpostId(OutpostIdT &&value)
AWS_OUTPOSTS_API CapacityTaskSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetOutpostId() const
const Aws::String & GetOrderId() const
void SetCapacityTaskStatus(CapacityTaskStatus value)
CapacityTaskSummary & WithCreationDate(CreationDateT &&value)
const Aws::String & GetAssetId() const
const Aws::Utils::DateTime & GetCompletionDate() const
bool CapacityTaskStatusHasBeenSet() const
CapacityTaskSummary & WithAssetId(AssetIdT &&value)
void SetAssetId(AssetIdT &&value)
AWS_OUTPOSTS_API Aws::Utils::Json::JsonValue Jsonize() const
bool CompletionDateHasBeenSet() const
CapacityTaskSummary & WithOutpostId(OutpostIdT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
CapacityTaskStatus GetCapacityTaskStatus() const
AWS_OUTPOSTS_API CapacityTaskSummary(Aws::Utils::Json::JsonView jsonValue)
CapacityTaskSummary & WithCompletionDate(CompletionDateT &&value)
const Aws::Utils::DateTime & GetCreationDate() const
void SetCompletionDate(CompletionDateT &&value)
bool OrderIdHasBeenSet() const
CapacityTaskSummary & WithCapacityTaskStatus(CapacityTaskStatus value)
CapacityTaskSummary & WithOrderId(OrderIdT &&value)
CapacityTaskSummary & WithLastModifiedDate(LastModifiedDateT &&value)
bool OutpostIdHasBeenSet() const
CapacityTaskSummary & WithCapacityTaskId(CapacityTaskIdT &&value)
void SetCapacityTaskId(CapacityTaskIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue