7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename OutputS3RegionT = Aws::String>
48 void SetOutputS3Region(OutputS3RegionT&& value) { m_outputS3RegionHasBeenSet =
true; m_outputS3Region = std::forward<OutputS3RegionT>(value); }
49 template<
typename OutputS3RegionT = Aws::String>
59 template<
typename OutputS3BucketNameT = Aws::String>
60 void SetOutputS3BucketName(OutputS3BucketNameT&& value) { m_outputS3BucketNameHasBeenSet =
true; m_outputS3BucketName = std::forward<OutputS3BucketNameT>(value); }
61 template<
typename OutputS3BucketNameT = Aws::String>
71 template<
typename OutputS3KeyPrefixT = Aws::String>
72 void SetOutputS3KeyPrefix(OutputS3KeyPrefixT&& value) { m_outputS3KeyPrefixHasBeenSet =
true; m_outputS3KeyPrefix = std::forward<OutputS3KeyPrefixT>(value); }
73 template<
typename OutputS3KeyPrefixT = Aws::String>
79 bool m_outputS3RegionHasBeenSet =
false;
82 bool m_outputS3BucketNameHasBeenSet =
false;
85 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