7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename BucketT = Aws::String>
50 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
51 template<
typename BucketT = Aws::String>
61 template<
typename KeyT = Aws::String>
62 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
63 template<
typename KeyT = Aws::String>
75 template<
typename RoleArnT = Aws::String>
76 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
77 template<
typename RoleArnT = Aws::String>
90 template<
typename ObjectVersionT = Aws::String>
91 void SetObjectVersion(ObjectVersionT&& value) { m_objectVersionHasBeenSet =
true; m_objectVersion = std::forward<ObjectVersionT>(value); }
92 template<
typename ObjectVersionT = Aws::String>
98 bool m_bucketHasBeenSet =
false;
101 bool m_keyHasBeenSet =
false;
104 bool m_roleArnHasBeenSet =
false;
107 bool m_objectVersionHasBeenSet =
false;
AWS_GAMELIFT_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKey() const
const Aws::String & GetObjectVersion() const
AWS_GAMELIFT_API S3Location(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetBucket() const
S3Location & WithRoleArn(RoleArnT &&value)
S3Location & WithObjectVersion(ObjectVersionT &&value)
void SetRoleArn(RoleArnT &&value)
S3Location & WithBucket(BucketT &&value)
void SetObjectVersion(ObjectVersionT &&value)
AWS_GAMELIFT_API S3Location()=default
bool BucketHasBeenSet() const
void SetKey(KeyT &&value)
bool KeyHasBeenSet() const
S3Location & WithKey(KeyT &&value)
const Aws::String & GetRoleArn() const
void SetBucket(BucketT &&value)
bool RoleArnHasBeenSet() const
bool ObjectVersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue