7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename LatestIngestionSuccessTimeT = Aws::Utils::DateTime>
45 m_latestIngestionSuccessTimeHasBeenSet =
true;
46 m_latestIngestionSuccessTime = std::forward<LatestIngestionSuccessTimeT>(value);
48 template <
typename LatestIngestionSuccessTimeT = Aws::Utils::DateTime>
61 template <
typename LatestIngestionSuccessEventIDT = Aws::String>
63 m_latestIngestionSuccessEventIDHasBeenSet =
true;
64 m_latestIngestionSuccessEventID = std::forward<LatestIngestionSuccessEventIDT>(value);
66 template <
typename LatestIngestionSuccessEventIDT = Aws::String>
79 template <
typename LatestIngestionErrorCodeT = Aws::String>
81 m_latestIngestionErrorCodeHasBeenSet =
true;
82 m_latestIngestionErrorCode = std::forward<LatestIngestionErrorCodeT>(value);
84 template <
typename LatestIngestionErrorCodeT = Aws::String>
98 template <
typename LatestIngestionAttemptTimeT = Aws::Utils::DateTime>
100 m_latestIngestionAttemptTimeHasBeenSet =
true;
101 m_latestIngestionAttemptTime = std::forward<LatestIngestionAttemptTimeT>(value);
103 template <
typename LatestIngestionAttemptTimeT = Aws::Utils::DateTime>
116 template <
typename LatestIngestionAttemptEventIDT = Aws::String>
118 m_latestIngestionAttemptEventIDHasBeenSet =
true;
119 m_latestIngestionAttemptEventID = std::forward<LatestIngestionAttemptEventIDT>(value);
121 template <
typename LatestIngestionAttemptEventIDT = Aws::String>
137 bool m_latestIngestionSuccessTimeHasBeenSet =
false;
138 bool m_latestIngestionSuccessEventIDHasBeenSet =
false;
139 bool m_latestIngestionErrorCodeHasBeenSet =
false;
140 bool m_latestIngestionAttemptTimeHasBeenSet =
false;
141 bool m_latestIngestionAttemptEventIDHasBeenSet =
false;
IngestionStatus & WithLatestIngestionAttemptEventID(LatestIngestionAttemptEventIDT &&value)
void SetLatestIngestionSuccessTime(LatestIngestionSuccessTimeT &&value)
void SetLatestIngestionSuccessEventID(LatestIngestionSuccessEventIDT &&value)
bool LatestIngestionErrorCodeHasBeenSet() const
void SetLatestIngestionAttemptTime(LatestIngestionAttemptTimeT &&value)
IngestionStatus & WithLatestIngestionAttemptTime(LatestIngestionAttemptTimeT &&value)
bool LatestIngestionAttemptEventIDHasBeenSet() const
bool LatestIngestionAttemptTimeHasBeenSet() const
void SetLatestIngestionAttemptEventID(LatestIngestionAttemptEventIDT &&value)
bool LatestIngestionSuccessEventIDHasBeenSet() const
AWS_CLOUDTRAIL_API Aws::Utils::Json::JsonValue Jsonize() const
bool LatestIngestionSuccessTimeHasBeenSet() const
const Aws::String & GetLatestIngestionSuccessEventID() const
AWS_CLOUDTRAIL_API IngestionStatus()=default
void SetLatestIngestionErrorCode(LatestIngestionErrorCodeT &&value)
const Aws::String & GetLatestIngestionErrorCode() const
AWS_CLOUDTRAIL_API IngestionStatus(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLatestIngestionSuccessTime() const
AWS_CLOUDTRAIL_API IngestionStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
IngestionStatus & WithLatestIngestionSuccessTime(LatestIngestionSuccessTimeT &&value)
IngestionStatus & WithLatestIngestionErrorCode(LatestIngestionErrorCodeT &&value)
IngestionStatus & WithLatestIngestionSuccessEventID(LatestIngestionSuccessEventIDT &&value)
const Aws::String & GetLatestIngestionAttemptEventID() const
const Aws::Utils::DateTime & GetLatestIngestionAttemptTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue