7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
19namespace SimSpaceWeaver {
48 template <
typename BucketNameT = Aws::String>
50 m_bucketNameHasBeenSet =
true;
51 m_bucketName = std::forward<BucketNameT>(value);
53 template <
typename BucketNameT = Aws::String>
70 template <
typename ObjectKeyT = Aws::String>
72 m_objectKeyHasBeenSet =
true;
73 m_objectKey = std::forward<ObjectKeyT>(value);
75 template <
typename ObjectKeyT = Aws::String>
85 bool m_bucketNameHasBeenSet =
false;
86 bool m_objectKeyHasBeenSet =
false;
AWS_SIMSPACEWEAVER_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ObjectKeyHasBeenSet() const
AWS_SIMSPACEWEAVER_API S3Location()=default
S3Location & WithBucketName(BucketNameT &&value)
void SetBucketName(BucketNameT &&value)
void SetObjectKey(ObjectKeyT &&value)
AWS_SIMSPACEWEAVER_API S3Location(Aws::Utils::Json::JsonView jsonValue)
AWS_SIMSPACEWEAVER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetBucketName() const
bool BucketNameHasBeenSet() const
const Aws::String & GetObjectKey() const
S3Location & WithObjectKey(ObjectKeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue