7#include <aws/backupsearch/BackupSearch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/backupsearch/model/ExportJobStatus.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename ExportJobIdentifierT = Aws::String>
49 void SetExportJobIdentifier(ExportJobIdentifierT&& value) { m_exportJobIdentifierHasBeenSet =
true; m_exportJobIdentifier = std::forward<ExportJobIdentifierT>(value); }
50 template<
typename ExportJobIdentifierT = Aws::String>
61 template<
typename ExportJobArnT = Aws::String>
62 void SetExportJobArn(ExportJobArnT&& value) { m_exportJobArnHasBeenSet =
true; m_exportJobArn = std::forward<ExportJobArnT>(value); }
63 template<
typename ExportJobArnT = Aws::String>
85 template<
typename CreationTimeT = Aws::Utils::DateTime>
86 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
87 template<
typename CreationTimeT = Aws::Utils::DateTime>
97 template<
typename CompletionTimeT = Aws::Utils::DateTime>
98 void SetCompletionTime(CompletionTimeT&& value) { m_completionTimeHasBeenSet =
true; m_completionTime = std::forward<CompletionTimeT>(value); }
99 template<
typename CompletionTimeT = Aws::Utils::DateTime>
111 template<
typename StatusMessageT = Aws::String>
112 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
113 template<
typename StatusMessageT = Aws::String>
124 template<
typename SearchJobArnT = Aws::String>
125 void SetSearchJobArn(SearchJobArnT&& value) { m_searchJobArnHasBeenSet =
true; m_searchJobArn = std::forward<SearchJobArnT>(value); }
126 template<
typename SearchJobArnT = Aws::String>
132 bool m_exportJobIdentifierHasBeenSet =
false;
135 bool m_exportJobArnHasBeenSet =
false;
138 bool m_statusHasBeenSet =
false;
141 bool m_creationTimeHasBeenSet =
false;
144 bool m_completionTimeHasBeenSet =
false;
147 bool m_statusMessageHasBeenSet =
false;
150 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