7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace GroundStation
47 template<
typename BucketArnT = Aws::String>
48 void SetBucketArn(BucketArnT&& value) { m_bucketArnHasBeenSet =
true; m_bucketArn = std::forward<BucketArnT>(value); }
49 template<
typename BucketArnT = Aws::String>
59 template<
typename KeyTemplateT = Aws::String>
60 void SetKeyTemplate(KeyTemplateT&& value) { m_keyTemplateHasBeenSet =
true; m_keyTemplate = std::forward<KeyTemplateT>(value); }
61 template<
typename KeyTemplateT = Aws::String>
67 bool m_bucketArnHasBeenSet =
false;
70 bool m_keyTemplateHasBeenSet =
false;
S3RecordingDetails & WithBucketArn(BucketArnT &&value)
const Aws::String & GetKeyTemplate() const
void SetBucketArn(BucketArnT &&value)
S3RecordingDetails & WithKeyTemplate(KeyTemplateT &&value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GROUNDSTATION_API S3RecordingDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKeyTemplate(KeyTemplateT &&value)
bool BucketArnHasBeenSet() const
bool KeyTemplateHasBeenSet() const
AWS_GROUNDSTATION_API S3RecordingDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API S3RecordingDetails()=default
const Aws::String & GetBucketArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue