7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/IoTWireless_EXPORTS.h>
10#include <aws/iotwireless/model/ImportTaskStatus.h>
11#include <aws/iotwireless/model/PositioningConfigStatus.h>
12#include <aws/iotwireless/model/SidewalkGetStartImportInfo.h>
23namespace IoTWireless {
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
63 template <
typename ArnT = Aws::String>
65 m_arnHasBeenSet =
true;
66 m_arn = std::forward<ArnT>(value);
68 template <
typename ArnT = Aws::String>
70 SetArn(std::forward<ArnT>(value));
83 template <
typename DestinationNameT = Aws::String>
85 m_destinationNameHasBeenSet =
true;
86 m_destinationName = std::forward<DestinationNameT>(value);
88 template <
typename DestinationNameT = Aws::String>
103 m_positioningHasBeenSet =
true;
104 m_positioning = value;
118 template <
typename S
idewalkT = S
idewalkGetStartImportInfo>
120 m_sidewalkHasBeenSet =
true;
121 m_sidewalk = std::forward<SidewalkT>(value);
123 template <
typename S
idewalkT = S
idewalkGetStartImportInfo>
136 template <
typename CreationTimeT = Aws::Utils::DateTime>
138 m_creationTimeHasBeenSet =
true;
139 m_creationTime = std::forward<CreationTimeT>(value);
141 template <
typename CreationTimeT = Aws::Utils::DateTime>
155 m_statusHasBeenSet =
true;
171 template <
typename StatusReasonT = Aws::String>
173 m_statusReasonHasBeenSet =
true;
174 m_statusReason = std::forward<StatusReasonT>(value);
176 template <
typename StatusReasonT = Aws::String>
191 m_initializedImportedDeviceCountHasBeenSet =
true;
192 m_initializedImportedDeviceCount = value;
208 m_pendingImportedDeviceCountHasBeenSet =
true;
209 m_pendingImportedDeviceCount = value;
225 m_onboardedImportedDeviceCountHasBeenSet =
true;
226 m_onboardedImportedDeviceCount = value;
242 m_failedImportedDeviceCountHasBeenSet =
true;
243 m_failedImportedDeviceCount = value;
259 SidewalkGetStartImportInfo m_sidewalk;
267 long long m_initializedImportedDeviceCount{0};
269 long long m_pendingImportedDeviceCount{0};
271 long long m_onboardedImportedDeviceCount{0};
273 long long m_failedImportedDeviceCount{0};
274 bool m_idHasBeenSet =
false;
275 bool m_arnHasBeenSet =
false;
276 bool m_destinationNameHasBeenSet =
false;
277 bool m_positioningHasBeenSet =
false;
278 bool m_sidewalkHasBeenSet =
false;
279 bool m_creationTimeHasBeenSet =
false;
280 bool m_statusHasBeenSet =
false;
281 bool m_statusReasonHasBeenSet =
false;
282 bool m_initializedImportedDeviceCountHasBeenSet =
false;
283 bool m_pendingImportedDeviceCountHasBeenSet =
false;
284 bool m_onboardedImportedDeviceCountHasBeenSet =
false;
285 bool m_failedImportedDeviceCountHasBeenSet =
false;
long long GetInitializedImportedDeviceCount() const
bool CreationTimeHasBeenSet() const
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatusReason(StatusReasonT &&value)
void SetCreationTime(CreationTimeT &&value)
void SetInitializedImportedDeviceCount(long long value)
WirelessDeviceImportTask & WithSidewalk(SidewalkT &&value)
bool InitializedImportedDeviceCountHasBeenSet() const
bool StatusReasonHasBeenSet() const
bool IdHasBeenSet() const
void SetFailedImportedDeviceCount(long long value)
WirelessDeviceImportTask & WithStatus(ImportTaskStatus value)
AWS_IOTWIRELESS_API WirelessDeviceImportTask()=default
const Aws::String & GetDestinationName() const
bool ArnHasBeenSet() const
long long GetPendingImportedDeviceCount() const
const Aws::String & GetId() const
void SetDestinationName(DestinationNameT &&value)
WirelessDeviceImportTask & WithPositioning(PositioningConfigStatus value)
bool FailedImportedDeviceCountHasBeenSet() const
const SidewalkGetStartImportInfo & GetSidewalk() const
PositioningConfigStatus GetPositioning() const
long long GetOnboardedImportedDeviceCount() const
void SetArn(ArnT &&value)
WirelessDeviceImportTask & WithDestinationName(DestinationNameT &&value)
void SetSidewalk(SidewalkT &&value)
void SetPendingImportedDeviceCount(long long value)
bool StatusHasBeenSet() const
long long GetFailedImportedDeviceCount() const
bool OnboardedImportedDeviceCountHasBeenSet() const
AWS_IOTWIRELESS_API WirelessDeviceImportTask & operator=(Aws::Utils::Json::JsonView jsonValue)
WirelessDeviceImportTask & WithPendingImportedDeviceCount(long long value)
void SetOnboardedImportedDeviceCount(long long value)
const Aws::String & GetStatusReason() const
WirelessDeviceImportTask & WithArn(ArnT &&value)
void SetPositioning(PositioningConfigStatus value)
bool PositioningHasBeenSet() const
bool SidewalkHasBeenSet() const
WirelessDeviceImportTask & WithInitializedImportedDeviceCount(long long value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetStatus(ImportTaskStatus value)
bool DestinationNameHasBeenSet() const
WirelessDeviceImportTask & WithId(IdT &&value)
bool PendingImportedDeviceCountHasBeenSet() const
WirelessDeviceImportTask & WithOnboardedImportedDeviceCount(long long value)
AWS_IOTWIRELESS_API WirelessDeviceImportTask(Aws::Utils::Json::JsonView jsonValue)
WirelessDeviceImportTask & WithFailedImportedDeviceCount(long long value)
ImportTaskStatus GetStatus() const
WirelessDeviceImportTask & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetArn() const
WirelessDeviceImportTask & WithStatusReason(StatusReasonT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue