7#include <aws/backupsearch/BackupSearch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename SearchJobArnT = Aws::String>
43 void SetSearchJobArn(SearchJobArnT&& value) { m_searchJobArnHasBeenSet =
true; m_searchJobArn = std::forward<SearchJobArnT>(value); }
44 template<
typename SearchJobArnT = Aws::String>
56 template<
typename CreationTimeT = Aws::Utils::DateTime>
57 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
58 template<
typename CreationTimeT = Aws::Utils::DateTime>
67 template<
typename SearchJobIdentifierT = Aws::String>
68 void SetSearchJobIdentifier(SearchJobIdentifierT&& value) { m_searchJobIdentifierHasBeenSet =
true; m_searchJobIdentifier = std::forward<SearchJobIdentifierT>(value); }
69 template<
typename SearchJobIdentifierT = Aws::String>
76 template<
typename RequestIdT = Aws::String>
77 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
78 template<
typename RequestIdT = Aws::String>
84 bool m_searchJobArnHasBeenSet =
false;
87 bool m_creationTimeHasBeenSet =
false;
90 bool m_searchJobIdentifierHasBeenSet =
false;
93 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)
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