7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace PartnerCentralSelling {
35 template <
typename IdT = Aws::String>
37 m_idHasBeenSet =
true;
38 m_id = std::forward<IdT>(value);
40 template <
typename IdT = Aws::String>
42 SetId(std::forward<IdT>(value));
52 template <
typename ArnT = Aws::String>
54 m_arnHasBeenSet =
true;
55 m_arn = std::forward<ArnT>(value);
57 template <
typename ArnT = Aws::String>
59 SetArn(std::forward<ArnT>(value));
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
84 bool m_idHasBeenSet =
false;
85 bool m_arnHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
CreateResourceSnapshotJobResult & WithRequestId(RequestIdT &&value)
AWS_PARTNERCENTRALSELLING_API CreateResourceSnapshotJobResult()=default
const Aws::String & GetArn() const
const Aws::String & GetRequestId() const
void SetArn(ArnT &&value)
CreateResourceSnapshotJobResult & WithArn(ArnT &&value)
AWS_PARTNERCENTRALSELLING_API CreateResourceSnapshotJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateResourceSnapshotJobResult & WithId(IdT &&value)
AWS_PARTNERCENTRALSELLING_API CreateResourceSnapshotJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetId() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue