7#include <aws/backup/Backup_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;
36 template <
typename CopyJobIdT = Aws::String>
38 m_copyJobIdHasBeenSet =
true;
39 m_copyJobId = std::forward<CopyJobIdT>(value);
41 template <
typename CopyJobIdT = Aws::String>
56 template <
typename CreationDateT = Aws::Utils::DateTime>
58 m_creationDateHasBeenSet =
true;
59 m_creationDate = std::forward<CreationDateT>(value);
61 template <
typename CreationDateT = Aws::Utils::DateTime>
75 m_isParentHasBeenSet =
true;
87 template <
typename RequestIdT = Aws::String>
89 m_requestIdHasBeenSet =
true;
90 m_requestId = std::forward<RequestIdT>(value);
92 template <
typename RequestIdT = Aws::String>
105 bool m_isParent{
false};
109 bool m_copyJobIdHasBeenSet =
false;
110 bool m_creationDateHasBeenSet =
false;
111 bool m_isParentHasBeenSet =
false;
112 bool m_requestIdHasBeenSet =
false;
void SetCreationDate(CreationDateT &&value)
StartCopyJobResult & WithCreationDate(CreationDateT &&value)
StartCopyJobResult & WithCopyJobId(CopyJobIdT &&value)
AWS_BACKUP_API StartCopyJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BACKUP_API StartCopyJobResult()=default
StartCopyJobResult & WithRequestId(RequestIdT &&value)
StartCopyJobResult & WithIsParent(bool value)
void SetCopyJobId(CopyJobIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Utils::DateTime & GetCreationDate() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetIsParent(bool value)
AWS_BACKUP_API StartCopyJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetCopyJobId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue