7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSM_EXPORTS.h>
49 template <
typename S3BucketNameT = Aws::String>
51 m_s3BucketNameHasBeenSet =
true;
52 m_s3BucketName = std::forward<S3BucketNameT>(value);
54 template <
typename S3BucketNameT = Aws::String>
67 template <
typename S3KeyPrefixT = Aws::String>
69 m_s3KeyPrefixHasBeenSet =
true;
70 m_s3KeyPrefix = std::forward<S3KeyPrefixT>(value);
72 template <
typename S3KeyPrefixT = Aws::String>
85 template <
typename S3RegionT = Aws::String>
87 m_s3RegionHasBeenSet =
true;
88 m_s3Region = std::forward<S3RegionT>(value);
90 template <
typename S3RegionT = Aws::String>
102 bool m_s3BucketNameHasBeenSet =
false;
103 bool m_s3KeyPrefixHasBeenSet =
false;
104 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