7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename S3BucketT = Aws::String>
47 void SetS3Bucket(S3BucketT&& value) { m_s3BucketHasBeenSet =
true; m_s3Bucket = std::forward<S3BucketT>(value); }
48 template<
typename S3BucketT = Aws::String>
58 template<
typename S3KeyT = Aws::String>
59 void SetS3Key(S3KeyT&& value) { m_s3KeyHasBeenSet =
true; m_s3Key = std::forward<S3KeyT>(value); }
60 template<
typename S3KeyT = Aws::String>
66 bool m_s3BucketHasBeenSet =
false;
69 bool m_s3KeyHasBeenSet =
false;
AWS_ROBOMAKER_API TemplateLocation(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetS3Key() const
void SetS3Bucket(S3BucketT &&value)
AWS_ROBOMAKER_API TemplateLocation()=default
void SetS3Key(S3KeyT &&value)
TemplateLocation & WithS3Bucket(S3BucketT &&value)
const Aws::String & GetS3Bucket() const
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool S3BucketHasBeenSet() const
TemplateLocation & WithS3Key(S3KeyT &&value)
AWS_ROBOMAKER_API TemplateLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3KeyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue