7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace PartnerCentralSelling {
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
57 m_revisionHasBeenSet =
true;
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
89 bool m_arnHasBeenSet =
false;
90 bool m_revisionHasBeenSet =
false;
91 bool m_requestIdHasBeenSet =
false;
CreateResourceSnapshotResult & WithRevision(int value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
CreateResourceSnapshotResult & WithArn(ArnT &&value)
CreateResourceSnapshotResult & WithRequestId(RequestIdT &&value)
AWS_PARTNERCENTRALSELLING_API CreateResourceSnapshotResult()=default
AWS_PARTNERCENTRALSELLING_API CreateResourceSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRevision(int value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_PARTNERCENTRALSELLING_API CreateResourceSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue