7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSM_EXPORTS.h>
41 template <
typename OutputS3RegionT = Aws::String>
43 m_outputS3RegionHasBeenSet =
true;
44 m_outputS3Region = std::forward<OutputS3RegionT>(value);
46 template <
typename OutputS3RegionT = Aws::String>
59 template <
typename OutputS3BucketNameT = Aws::String>
61 m_outputS3BucketNameHasBeenSet =
true;
62 m_outputS3BucketName = std::forward<OutputS3BucketNameT>(value);
64 template <
typename OutputS3BucketNameT = Aws::String>
77 template <
typename OutputS3KeyPrefixT = Aws::String>
79 m_outputS3KeyPrefixHasBeenSet =
true;
80 m_outputS3KeyPrefix = std::forward<OutputS3KeyPrefixT>(value);
82 template <
typename OutputS3KeyPrefixT = Aws::String>
94 bool m_outputS3RegionHasBeenSet =
false;
95 bool m_outputS3BucketNameHasBeenSet =
false;
96 bool m_outputS3KeyPrefixHasBeenSet =
false;
AWS_SSM_API S3OutputLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
S3OutputLocation & WithOutputS3KeyPrefix(OutputS3KeyPrefixT &&value)
bool OutputS3BucketNameHasBeenSet() const
const Aws::String & GetOutputS3Region() const
AWS_SSM_API S3OutputLocation()=default
const Aws::String & GetOutputS3BucketName() const
bool OutputS3RegionHasBeenSet() const
AWS_SSM_API S3OutputLocation(Aws::Utils::Json::JsonView jsonValue)
bool OutputS3KeyPrefixHasBeenSet() const
void SetOutputS3Region(OutputS3RegionT &&value)
S3OutputLocation & WithOutputS3Region(OutputS3RegionT &&value)
void SetOutputS3KeyPrefix(OutputS3KeyPrefixT &&value)
const Aws::String & GetOutputS3KeyPrefix() const
S3OutputLocation & WithOutputS3BucketName(OutputS3BucketNameT &&value)
void SetOutputS3BucketName(OutputS3BucketNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue