7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename BinaryPrefixLocationT = Aws::String>
47 void SetBinaryPrefixLocation(BinaryPrefixLocationT&& value) { m_binaryPrefixLocationHasBeenSet =
true; m_binaryPrefixLocation = std::forward<BinaryPrefixLocationT>(value); }
48 template<
typename BinaryPrefixLocationT = Aws::String>
58 template<
typename BucketT = Aws::String>
59 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
60 template<
typename BucketT = Aws::String>
70 template<
typename GeneratedPrefixLocationT = Aws::String>
71 void SetGeneratedPrefixLocation(GeneratedPrefixLocationT&& value) { m_generatedPrefixLocationHasBeenSet =
true; m_generatedPrefixLocation = std::forward<GeneratedPrefixLocationT>(value); }
72 template<
typename GeneratedPrefixLocationT = Aws::String>
82 template<
typename ManifestPrefixLocationT = Aws::String>
83 void SetManifestPrefixLocation(ManifestPrefixLocationT&& value) { m_manifestPrefixLocationHasBeenSet =
true; m_manifestPrefixLocation = std::forward<ManifestPrefixLocationT>(value); }
84 template<
typename ManifestPrefixLocationT = Aws::String>
94 template<
typename RepoPrefixLocationT = Aws::String>
95 void SetRepoPrefixLocation(RepoPrefixLocationT&& value) { m_repoPrefixLocationHasBeenSet =
true; m_repoPrefixLocation = std::forward<RepoPrefixLocationT>(value); }
96 template<
typename RepoPrefixLocationT = Aws::String>
102 bool m_binaryPrefixLocationHasBeenSet =
false;
105 bool m_bucketHasBeenSet =
false;
108 bool m_generatedPrefixLocationHasBeenSet =
false;
111 bool m_manifestPrefixLocationHasBeenSet =
false;
114 bool m_repoPrefixLocationHasBeenSet =
false;
void SetBucket(BucketT &&value)
const Aws::String & GetGeneratedPrefixLocation() const
const Aws::String & GetRepoPrefixLocation() const
bool BucketHasBeenSet() const
bool GeneratedPrefixLocationHasBeenSet() const
void SetBinaryPrefixLocation(BinaryPrefixLocationT &&value)
bool BinaryPrefixLocationHasBeenSet() const
void SetGeneratedPrefixLocation(GeneratedPrefixLocationT &&value)
const Aws::String & GetManifestPrefixLocation() const
StorageLocation & WithManifestPrefixLocation(ManifestPrefixLocationT &&value)
AWS_PANORAMA_API StorageLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetManifestPrefixLocation(ManifestPrefixLocationT &&value)
StorageLocation & WithBinaryPrefixLocation(BinaryPrefixLocationT &&value)
StorageLocation & WithGeneratedPrefixLocation(GeneratedPrefixLocationT &&value)
StorageLocation & WithBucket(BucketT &&value)
StorageLocation & WithRepoPrefixLocation(RepoPrefixLocationT &&value)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PANORAMA_API StorageLocation()=default
const Aws::String & GetBucket() const
void SetRepoPrefixLocation(RepoPrefixLocationT &&value)
bool ManifestPrefixLocationHasBeenSet() const
const Aws::String & GetBinaryPrefixLocation() const
bool RepoPrefixLocationHasBeenSet() const
AWS_PANORAMA_API StorageLocation(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue