7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
19namespace GroundStation {
41 template <
typename BucketT = Aws::String>
43 m_bucketHasBeenSet =
true;
44 m_bucket = std::forward<BucketT>(value);
46 template <
typename BucketT = Aws::String>
59 template <
typename KeyT = Aws::String>
61 m_keyHasBeenSet =
true;
62 m_key = std::forward<KeyT>(value);
64 template <
typename KeyT = Aws::String>
66 SetKey(std::forward<KeyT>(value));
77 template <
typename VersionT = Aws::String>
79 m_versionHasBeenSet =
true;
80 m_version = std::forward<VersionT>(value);
82 template <
typename VersionT = Aws::String>
90 bool m_bucketHasBeenSet =
false;
93 bool m_keyHasBeenSet =
false;
96 bool m_versionHasBeenSet =
false;
bool BucketHasBeenSet() const
AWS_GROUNDSTATION_API S3Object()=default
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GROUNDSTATION_API S3Object & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVersion() const
S3Object & WithBucket(BucketT &&value)
void SetBucket(BucketT &&value)
void SetVersion(VersionT &&value)
void SetKey(KeyT &&value)
const Aws::String & GetBucket() const
bool KeyHasBeenSet() const
S3Object & WithKey(KeyT &&value)
S3Object & WithVersion(VersionT &&value)
const Aws::String & GetKey() const
AWS_GROUNDSTATION_API S3Object(Aws::Utils::Json::JsonView jsonValue)
bool VersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue