7#include <aws/backupsearch/BackupSearch_EXPORTS.h>
8#include <aws/backupsearch/model/ExportJobStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BackupSearch {
42 template <
typename ExportJobIdentifierT = Aws::String>
44 m_exportJobIdentifierHasBeenSet =
true;
45 m_exportJobIdentifier = std::forward<ExportJobIdentifierT>(value);
47 template <
typename ExportJobIdentifierT = Aws::String>
61 template <
typename ExportJobArnT = Aws::String>
63 m_exportJobArnHasBeenSet =
true;
64 m_exportJobArn = std::forward<ExportJobArnT>(value);
66 template <
typename ExportJobArnT = Aws::String>
82 m_statusHasBeenSet =
true;
97 template <
typename CreationTimeT = Aws::Utils::DateTime>
99 m_creationTimeHasBeenSet =
true;
100 m_creationTime = std::forward<CreationTimeT>(value);
102 template <
typename CreationTimeT = Aws::Utils::DateTime>
115 template <
typename CompletionTimeT = Aws::Utils::DateTime>
117 m_completionTimeHasBeenSet =
true;
118 m_completionTime = std::forward<CompletionTimeT>(value);
120 template <
typename CompletionTimeT = Aws::Utils::DateTime>
135 template <
typename StatusMessageT = Aws::String>
137 m_statusMessageHasBeenSet =
true;
138 m_statusMessage = std::forward<StatusMessageT>(value);
140 template <
typename StatusMessageT = Aws::String>
154 template <
typename SearchJobArnT = Aws::String>
156 m_searchJobArnHasBeenSet =
true;
157 m_searchJobArn = std::forward<SearchJobArnT>(value);
159 template <
typename SearchJobArnT = Aws::String>
179 bool m_exportJobIdentifierHasBeenSet =
false;
180 bool m_exportJobArnHasBeenSet =
false;
181 bool m_statusHasBeenSet =
false;
182 bool m_creationTimeHasBeenSet =
false;
183 bool m_completionTimeHasBeenSet =
false;
184 bool m_statusMessageHasBeenSet =
false;
185 bool m_searchJobArnHasBeenSet =
false;
const Aws::String & GetStatusMessage() const
bool SearchJobArnHasBeenSet() const
void SetStatus(ExportJobStatus value)
void SetCompletionTime(CompletionTimeT &&value)
void SetSearchJobArn(SearchJobArnT &&value)
bool ExportJobArnHasBeenSet() const
bool CreationTimeHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
ExportJobSummary & WithCreationTime(CreationTimeT &&value)
AWS_BACKUPSEARCH_API ExportJobSummary()=default
bool CompletionTimeHasBeenSet() const
bool ExportJobIdentifierHasBeenSet() const
void SetExportJobArn(ExportJobArnT &&value)
ExportJobSummary & WithExportJobArn(ExportJobArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
ExportJobSummary & WithCompletionTime(CompletionTimeT &&value)
AWS_BACKUPSEARCH_API ExportJobSummary(Aws::Utils::Json::JsonView jsonValue)
bool StatusMessageHasBeenSet() const
ExportJobSummary & WithStatus(ExportJobStatus value)
AWS_BACKUPSEARCH_API ExportJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BACKUPSEARCH_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetExportJobIdentifier() const
const Aws::String & GetExportJobArn() const
const Aws::Utils::DateTime & GetCompletionTime() const
const Aws::String & GetSearchJobArn() const
ExportJobSummary & WithStatusMessage(StatusMessageT &&value)
ExportJobStatus GetStatus() const
void SetExportJobIdentifier(ExportJobIdentifierT &&value)
void SetStatusMessage(StatusMessageT &&value)
ExportJobSummary & WithSearchJobArn(SearchJobArnT &&value)
bool StatusHasBeenSet() const
ExportJobSummary & WithExportJobIdentifier(ExportJobIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue