7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/panorama/Panorama_EXPORTS.h>
10#include <aws/panorama/model/StorageLocation.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
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));
53 template <
typename PackageIdT = Aws::String>
55 m_packageIdHasBeenSet =
true;
56 m_packageId = std::forward<PackageIdT>(value);
58 template <
typename PackageIdT = Aws::String>
70 template <
typename StorageLocationT = StorageLocation>
72 m_storageLocationHasBeenSet =
true;
73 m_storageLocation = std::forward<StorageLocationT>(value);
75 template <
typename StorageLocationT = StorageLocation>
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
107 bool m_arnHasBeenSet =
false;
108 bool m_packageIdHasBeenSet =
false;
109 bool m_storageLocationHasBeenSet =
false;
110 bool m_requestIdHasBeenSet =
false;
void SetStorageLocation(StorageLocationT &&value)
AWS_PANORAMA_API CreatePackageResult()=default
void SetPackageId(PackageIdT &&value)
const StorageLocation & GetStorageLocation() const
CreatePackageResult & WithArn(ArnT &&value)
void SetRequestId(RequestIdT &&value)
CreatePackageResult & WithStorageLocation(StorageLocationT &&value)
const Aws::String & GetRequestId() const
AWS_PANORAMA_API CreatePackageResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreatePackageResult & WithPackageId(PackageIdT &&value)
const Aws::String & GetPackageId() const
CreatePackageResult & WithRequestId(RequestIdT &&value)
AWS_PANORAMA_API CreatePackageResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue