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 {
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
56 m_revisionHasBeenSet =
true;
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
85 bool m_arnHasBeenSet =
false;
86 bool m_revisionHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
CreateResourceSnapshotResult & WithRevision(int value)
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