7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/panorama/Panorama_EXPORTS.h>
40 template <
typename BinaryPrefixLocationT = Aws::String>
42 m_binaryPrefixLocationHasBeenSet =
true;
43 m_binaryPrefixLocation = std::forward<BinaryPrefixLocationT>(value);
45 template <
typename BinaryPrefixLocationT = Aws::String>
58 template <
typename BucketT = Aws::String>
60 m_bucketHasBeenSet =
true;
61 m_bucket = std::forward<BucketT>(value);
63 template <
typename BucketT = Aws::String>
76 template <
typename GeneratedPrefixLocationT = Aws::String>
78 m_generatedPrefixLocationHasBeenSet =
true;
79 m_generatedPrefixLocation = std::forward<GeneratedPrefixLocationT>(value);
81 template <
typename GeneratedPrefixLocationT = Aws::String>
94 template <
typename ManifestPrefixLocationT = Aws::String>
96 m_manifestPrefixLocationHasBeenSet =
true;
97 m_manifestPrefixLocation = std::forward<ManifestPrefixLocationT>(value);
99 template <
typename ManifestPrefixLocationT = Aws::String>
112 template <
typename RepoPrefixLocationT = Aws::String>
114 m_repoPrefixLocationHasBeenSet =
true;
115 m_repoPrefixLocation = std::forward<RepoPrefixLocationT>(value);
117 template <
typename RepoPrefixLocationT = Aws::String>
133 bool m_binaryPrefixLocationHasBeenSet =
false;
134 bool m_bucketHasBeenSet =
false;
135 bool m_generatedPrefixLocationHasBeenSet =
false;
136 bool m_manifestPrefixLocationHasBeenSet =
false;
137 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