7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/DeliveryStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
23namespace ConfigService
65 inline void SetLastErrorCode(
const char* value) { m_lastErrorCodeHasBeenSet =
true; m_lastErrorCode.assign(value); }
79 inline void SetLastErrorMessage(
const char* value) { m_lastErrorMessageHasBeenSet =
true; m_lastErrorMessage.assign(value); }
123 bool m_lastStatusHasBeenSet =
false;
126 bool m_lastErrorCodeHasBeenSet =
false;
129 bool m_lastErrorMessageHasBeenSet =
false;
132 bool m_lastAttemptTimeHasBeenSet =
false;
135 bool m_lastSuccessfulTimeHasBeenSet =
false;
138 bool m_nextDeliveryTimeHasBeenSet =
false;
ConfigExportDeliveryInfo & WithLastAttemptTime(const Aws::Utils::DateTime &value)
ConfigExportDeliveryInfo & WithLastErrorCode(const Aws::String &value)
bool LastErrorCodeHasBeenSet() const
ConfigExportDeliveryInfo & WithNextDeliveryTime(Aws::Utils::DateTime &&value)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLastErrorCode(Aws::String &&value)
ConfigExportDeliveryInfo & WithLastSuccessfulTime(Aws::Utils::DateTime &&value)
ConfigExportDeliveryInfo & WithLastSuccessfulTime(const Aws::Utils::DateTime &value)
void SetLastErrorCode(const Aws::String &value)
bool LastAttemptTimeHasBeenSet() const
ConfigExportDeliveryInfo & WithLastErrorMessage(const char *value)
void SetLastSuccessfulTime(const Aws::Utils::DateTime &value)
const Aws::String & GetLastErrorCode() const
void SetNextDeliveryTime(const Aws::Utils::DateTime &value)
ConfigExportDeliveryInfo & WithLastStatus(const DeliveryStatus &value)
ConfigExportDeliveryInfo & WithLastErrorMessage(const Aws::String &value)
ConfigExportDeliveryInfo & WithNextDeliveryTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetLastSuccessfulTime() const
const Aws::Utils::DateTime & GetLastAttemptTime() const
void SetNextDeliveryTime(Aws::Utils::DateTime &&value)
const Aws::String & GetLastErrorMessage() const
ConfigExportDeliveryInfo & WithLastStatus(DeliveryStatus &&value)
bool LastSuccessfulTimeHasBeenSet() const
void SetLastStatus(const DeliveryStatus &value)
AWS_CONFIGSERVICE_API ConfigExportDeliveryInfo(Aws::Utils::Json::JsonView jsonValue)
void SetLastErrorMessage(Aws::String &&value)
bool LastErrorMessageHasBeenSet() const
void SetLastStatus(DeliveryStatus &&value)
ConfigExportDeliveryInfo & WithLastErrorCode(const char *value)
const Aws::Utils::DateTime & GetNextDeliveryTime() const
ConfigExportDeliveryInfo & WithLastErrorMessage(Aws::String &&value)
AWS_CONFIGSERVICE_API ConfigExportDeliveryInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
const DeliveryStatus & GetLastStatus() const
bool NextDeliveryTimeHasBeenSet() const
void SetLastSuccessfulTime(Aws::Utils::DateTime &&value)
ConfigExportDeliveryInfo & WithLastAttemptTime(Aws::Utils::DateTime &&value)
void SetLastAttemptTime(const Aws::Utils::DateTime &value)
void SetLastErrorMessage(const char *value)
void SetLastAttemptTime(Aws::Utils::DateTime &&value)
void SetLastErrorCode(const char *value)
AWS_CONFIGSERVICE_API ConfigExportDeliveryInfo()
ConfigExportDeliveryInfo & WithLastErrorCode(Aws::String &&value)
bool LastStatusHasBeenSet() const
void SetLastErrorMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue