7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
55 template<
typename S3BucketNameT = Aws::String>
56 void SetS3BucketName(S3BucketNameT&& value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName = std::forward<S3BucketNameT>(value); }
57 template<
typename S3BucketNameT = Aws::String>
67 template<
typename S3KeyPrefixT = Aws::String>
68 void SetS3KeyPrefix(S3KeyPrefixT&& value) { m_s3KeyPrefixHasBeenSet =
true; m_s3KeyPrefix = std::forward<S3KeyPrefixT>(value); }
69 template<
typename S3KeyPrefixT = Aws::String>
79 template<
typename S3RegionT = Aws::String>
80 void SetS3Region(S3RegionT&& value) { m_s3RegionHasBeenSet =
true; m_s3Region = std::forward<S3RegionT>(value); }
81 template<
typename S3RegionT = Aws::String>
87 bool m_s3BucketNameHasBeenSet =
false;
90 bool m_s3KeyPrefixHasBeenSet =
false;
93 bool m_s3RegionHasBeenSet =
false;
LoggingInfo & WithS3Region(S3RegionT &&value)
bool S3KeyPrefixHasBeenSet() const
const Aws::String & GetS3BucketName() const
LoggingInfo & WithS3BucketName(S3BucketNameT &&value)
AWS_SSM_API LoggingInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3BucketNameHasBeenSet() const
LoggingInfo & WithS3KeyPrefix(S3KeyPrefixT &&value)
void SetS3KeyPrefix(S3KeyPrefixT &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SSM_API LoggingInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetS3Region() const
void SetS3Region(S3RegionT &&value)
bool S3RegionHasBeenSet() const
void SetS3BucketName(S3BucketNameT &&value)
const Aws::String & GetS3KeyPrefix() const
AWS_SSM_API LoggingInfo()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue