7#include <aws/backupsearch/BackupSearch_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace BackupSearch {
37 template <
typename SearchJobArnT = Aws::String>
39 m_searchJobArnHasBeenSet =
true;
40 m_searchJobArn = std::forward<SearchJobArnT>(value);
42 template <
typename SearchJobArnT = Aws::String>
57 template <
typename CreationTimeT = Aws::Utils::DateTime>
59 m_creationTimeHasBeenSet =
true;
60 m_creationTime = std::forward<CreationTimeT>(value);
62 template <
typename CreationTimeT = Aws::Utils::DateTime>
74 template <
typename SearchJobIdentifierT = Aws::String>
76 m_searchJobIdentifierHasBeenSet =
true;
77 m_searchJobIdentifier = std::forward<SearchJobIdentifierT>(value);
79 template <
typename SearchJobIdentifierT = Aws::String>
89 template <
typename RequestIdT = Aws::String>
91 m_requestIdHasBeenSet =
true;
92 m_requestId = std::forward<RequestIdT>(value);
94 template <
typename RequestIdT = Aws::String>
111 bool m_searchJobArnHasBeenSet =
false;
112 bool m_creationTimeHasBeenSet =
false;
113 bool m_searchJobIdentifierHasBeenSet =
false;
114 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetSearchJobIdentifier() const
StartSearchJobResult & WithRequestId(RequestIdT &&value)
AWS_BACKUPSEARCH_API StartSearchJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartSearchJobResult & WithSearchJobIdentifier(SearchJobIdentifierT &&value)
void SetRequestId(RequestIdT &&value)
StartSearchJobResult & WithSearchJobArn(SearchJobArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetSearchJobIdentifier(SearchJobIdentifierT &&value)
const Aws::String & GetRequestId() const
StartSearchJobResult & WithCreationTime(CreationTimeT &&value)
AWS_BACKUPSEARCH_API StartSearchJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetSearchJobArn() const
void SetSearchJobArn(SearchJobArnT &&value)
void SetCreationTime(CreationTimeT &&value)
AWS_BACKUPSEARCH_API StartSearchJobResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue