7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename CopyJobIdT = Aws::String>
37 m_copyJobIdHasBeenSet =
true;
38 m_copyJobId = std::forward<CopyJobIdT>(value);
40 template <
typename CopyJobIdT = Aws::String>
55 template <
typename CreationDateT = Aws::Utils::DateTime>
57 m_creationDateHasBeenSet =
true;
58 m_creationDate = std::forward<CreationDateT>(value);
60 template <
typename CreationDateT = Aws::Utils::DateTime>
74 m_isParentHasBeenSet =
true;
86 template <
typename RequestIdT = Aws::String>
88 m_requestIdHasBeenSet =
true;
89 m_requestId = std::forward<RequestIdT>(value);
91 template <
typename RequestIdT = Aws::String>
102 bool m_isParent{
false};
105 bool m_copyJobIdHasBeenSet =
false;
106 bool m_creationDateHasBeenSet =
false;
107 bool m_isParentHasBeenSet =
false;
108 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)
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