7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/SidewalkGetStartImportInfo.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/iotwireless/model/ImportTaskStatus.h>
51 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
52 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
65 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
66 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
82 inline void SetDestinationName(
const char* value) { m_destinationNameHasBeenSet =
true; m_destinationName.assign(value); }
133 inline void SetStatusReason(
const char* value) { m_statusReasonHasBeenSet =
true; m_statusReason.assign(value); }
185 bool m_idHasBeenSet =
false;
188 bool m_arnHasBeenSet =
false;
191 bool m_destinationNameHasBeenSet =
false;
194 bool m_sidewalkHasBeenSet =
false;
197 bool m_creationTimeHasBeenSet =
false;
200 bool m_statusHasBeenSet =
false;
203 bool m_statusReasonHasBeenSet =
false;
205 long long m_initializedImportedDeviceCount;
206 bool m_initializedImportedDeviceCountHasBeenSet =
false;
208 long long m_pendingImportedDeviceCount;
209 bool m_pendingImportedDeviceCountHasBeenSet =
false;
211 long long m_onboardedImportedDeviceCount;
212 bool m_onboardedImportedDeviceCountHasBeenSet =
false;
214 long long m_failedImportedDeviceCount;
215 bool m_failedImportedDeviceCountHasBeenSet =
false;
WirelessDeviceImportTask & WithArn(const Aws::String &value)
long long GetInitializedImportedDeviceCount() const
WirelessDeviceImportTask & WithArn(const char *value)
WirelessDeviceImportTask & WithDestinationName(const char *value)
bool CreationTimeHasBeenSet() const
WirelessDeviceImportTask & WithStatus(ImportTaskStatus &&value)
WirelessDeviceImportTask & WithDestinationName(const Aws::String &value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
WirelessDeviceImportTask & WithStatusReason(Aws::String &&value)
void SetInitializedImportedDeviceCount(long long value)
WirelessDeviceImportTask & WithStatusReason(const Aws::String &value)
bool InitializedImportedDeviceCountHasBeenSet() const
bool StatusReasonHasBeenSet() const
bool IdHasBeenSet() const
void SetStatusReason(Aws::String &&value)
void SetFailedImportedDeviceCount(long long value)
AWS_IOTWIRELESS_API WirelessDeviceImportTask()
const Aws::String & GetDestinationName() const
bool ArnHasBeenSet() const
WirelessDeviceImportTask & WithSidewalk(const SidewalkGetStartImportInfo &value)
long long GetPendingImportedDeviceCount() const
const Aws::String & GetId() const
WirelessDeviceImportTask & WithSidewalk(SidewalkGetStartImportInfo &&value)
WirelessDeviceImportTask & WithId(Aws::String &&value)
void SetStatus(ImportTaskStatus &&value)
bool FailedImportedDeviceCountHasBeenSet() const
void SetSidewalk(const SidewalkGetStartImportInfo &value)
const SidewalkGetStartImportInfo & GetSidewalk() const
WirelessDeviceImportTask & WithStatus(const ImportTaskStatus &value)
void SetArn(const char *value)
long long GetOnboardedImportedDeviceCount() const
void SetStatusReason(const Aws::String &value)
void SetDestinationName(const Aws::String &value)
void SetDestinationName(const char *value)
void SetPendingImportedDeviceCount(long long value)
WirelessDeviceImportTask & WithId(const Aws::String &value)
bool StatusHasBeenSet() const
long long GetFailedImportedDeviceCount() const
const ImportTaskStatus & GetStatus() const
bool OnboardedImportedDeviceCountHasBeenSet() const
void SetCreationTime(Aws::Utils::DateTime &&value)
AWS_IOTWIRELESS_API WirelessDeviceImportTask & operator=(Aws::Utils::Json::JsonView jsonValue)
WirelessDeviceImportTask & WithCreationTime(const Aws::Utils::DateTime &value)
WirelessDeviceImportTask & WithPendingImportedDeviceCount(long long value)
void SetOnboardedImportedDeviceCount(long long value)
const Aws::String & GetStatusReason() const
void SetCreationTime(const Aws::Utils::DateTime &value)
void SetId(const Aws::String &value)
bool SidewalkHasBeenSet() const
WirelessDeviceImportTask & WithInitializedImportedDeviceCount(long long value)
void SetArn(Aws::String &&value)
const Aws::Utils::DateTime & GetCreationTime() const
WirelessDeviceImportTask & WithArn(Aws::String &&value)
bool DestinationNameHasBeenSet() const
void SetSidewalk(SidewalkGetStartImportInfo &&value)
WirelessDeviceImportTask & WithDestinationName(Aws::String &&value)
bool PendingImportedDeviceCountHasBeenSet() const
WirelessDeviceImportTask & WithStatusReason(const char *value)
void SetDestinationName(Aws::String &&value)
void SetStatusReason(const char *value)
void SetId(Aws::String &&value)
WirelessDeviceImportTask & WithId(const char *value)
WirelessDeviceImportTask & WithOnboardedImportedDeviceCount(long long value)
AWS_IOTWIRELESS_API WirelessDeviceImportTask(Aws::Utils::Json::JsonView jsonValue)
WirelessDeviceImportTask & WithFailedImportedDeviceCount(long long value)
void SetArn(const Aws::String &value)
void SetId(const char *value)
void SetStatus(const ImportTaskStatus &value)
const Aws::String & GetArn() const
WirelessDeviceImportTask & WithCreationTime(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue