7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetOutputS3Region(
const char* value) { m_outputS3RegionHasBeenSet =
true; m_outputS3Region.assign(value); }
63 inline void SetOutputS3BucketName(
const char* value) { m_outputS3BucketNameHasBeenSet =
true; m_outputS3BucketName.assign(value); }
77 inline void SetOutputS3KeyPrefix(
const char* value) { m_outputS3KeyPrefixHasBeenSet =
true; m_outputS3KeyPrefix.assign(value); }
85 bool m_outputS3RegionHasBeenSet =
false;
88 bool m_outputS3BucketNameHasBeenSet =
false;
91 bool m_outputS3KeyPrefixHasBeenSet =
false;
S3OutputLocation & WithOutputS3KeyPrefix(const Aws::String &value)
AWS_SSM_API S3OutputLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
S3OutputLocation & WithOutputS3BucketName(const char *value)
S3OutputLocation & WithOutputS3KeyPrefix(Aws::String &&value)
bool OutputS3BucketNameHasBeenSet() const
void SetOutputS3KeyPrefix(const char *value)
const Aws::String & GetOutputS3Region() const
void SetOutputS3Region(const Aws::String &value)
const Aws::String & GetOutputS3BucketName() const
bool OutputS3RegionHasBeenSet() const
S3OutputLocation & WithOutputS3KeyPrefix(const char *value)
S3OutputLocation & WithOutputS3BucketName(const Aws::String &value)
S3OutputLocation & WithOutputS3BucketName(Aws::String &&value)
AWS_SSM_API S3OutputLocation(Aws::Utils::Json::JsonView jsonValue)
S3OutputLocation & WithOutputS3Region(const char *value)
S3OutputLocation & WithOutputS3Region(const Aws::String &value)
bool OutputS3KeyPrefixHasBeenSet() const
AWS_SSM_API S3OutputLocation()
void SetOutputS3BucketName(const Aws::String &value)
S3OutputLocation & WithOutputS3Region(Aws::String &&value)
const Aws::String & GetOutputS3KeyPrefix() const
void SetOutputS3KeyPrefix(Aws::String &&value)
void SetOutputS3Region(const char *value)
void SetOutputS3KeyPrefix(const Aws::String &value)
void SetOutputS3BucketName(Aws::String &&value)
void SetOutputS3Region(Aws::String &&value)
void SetOutputS3BucketName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue