7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/panorama/model/StorageLocation.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename ArnT = Aws::String>
42 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
43 template<
typename ArnT = Aws::String>
52 template<
typename PackageIdT = Aws::String>
53 void SetPackageId(PackageIdT&& value) { m_packageIdHasBeenSet =
true; m_packageId = std::forward<PackageIdT>(value); }
54 template<
typename PackageIdT = Aws::String>
63 template<
typename StorageLocationT = StorageLocation>
64 void SetStorageLocation(StorageLocationT&& value) { m_storageLocationHasBeenSet =
true; m_storageLocation = std::forward<StorageLocationT>(value); }
65 template<
typename StorageLocationT = StorageLocation>
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_arnHasBeenSet =
false;
83 bool m_packageIdHasBeenSet =
false;
86 bool m_storageLocationHasBeenSet =
false;
89 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
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