7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename CopyJobIdT = Aws::String>
42 void SetCopyJobId(CopyJobIdT&& value) { m_copyJobIdHasBeenSet =
true; m_copyJobId = std::forward<CopyJobIdT>(value); }
43 template<
typename CopyJobIdT = Aws::String>
55 template<
typename CreationDateT = Aws::Utils::DateTime>
56 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
57 template<
typename CreationDateT = Aws::Utils::DateTime>
67 inline void SetIsParent(
bool value) { m_isParentHasBeenSet =
true; m_isParent = value; }
74 template<
typename RequestIdT = Aws::String>
75 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
76 template<
typename RequestIdT = Aws::String>
82 bool m_copyJobIdHasBeenSet =
false;
85 bool m_creationDateHasBeenSet =
false;
87 bool m_isParent{
false};
88 bool m_isParentHasBeenSet =
false;
91 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