7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mgn/model/PostLaunchActionsDeploymentType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/mgn/model/SsmDocument.h>
52 inline void SetCloudWatchLogGroupName(
const char* value) { m_cloudWatchLogGroupNameHasBeenSet =
true; m_cloudWatchLogGroupName.assign(value); }
78 inline void SetS3LogBucket(
const char* value) { m_s3LogBucketHasBeenSet =
true; m_s3LogBucket.assign(value); }
92 inline void SetS3OutputKeyPrefix(
const char* value) { m_s3OutputKeyPrefixHasBeenSet =
true; m_s3OutputKeyPrefix.assign(value); }
114 bool m_cloudWatchLogGroupNameHasBeenSet =
false;
117 bool m_deploymentHasBeenSet =
false;
120 bool m_s3LogBucketHasBeenSet =
false;
123 bool m_s3OutputKeyPrefixHasBeenSet =
false;
126 bool m_ssmDocumentsHasBeenSet =
false;
bool S3LogBucketHasBeenSet() const
PostLaunchActions & WithCloudWatchLogGroupName(const Aws::String &value)
void SetDeployment(PostLaunchActionsDeploymentType &&value)
void SetS3LogBucket(const Aws::String &value)
PostLaunchActions & WithDeployment(const PostLaunchActionsDeploymentType &value)
PostLaunchActions & WithS3OutputKeyPrefix(const Aws::String &value)
const PostLaunchActionsDeploymentType & GetDeployment() const
AWS_MGN_API PostLaunchActions(Aws::Utils::Json::JsonView jsonValue)
bool DeploymentHasBeenSet() const
PostLaunchActions & WithCloudWatchLogGroupName(const char *value)
bool SsmDocumentsHasBeenSet() const
void SetS3OutputKeyPrefix(Aws::String &&value)
PostLaunchActions & WithCloudWatchLogGroupName(Aws::String &&value)
void SetCloudWatchLogGroupName(const Aws::String &value)
void SetDeployment(const PostLaunchActionsDeploymentType &value)
PostLaunchActions & WithS3OutputKeyPrefix(Aws::String &&value)
void SetSsmDocuments(const Aws::Vector< SsmDocument > &value)
PostLaunchActions & WithSsmDocuments(Aws::Vector< SsmDocument > &&value)
void SetS3OutputKeyPrefix(const char *value)
PostLaunchActions & AddSsmDocuments(const SsmDocument &value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
PostLaunchActions & WithS3LogBucket(const char *value)
PostLaunchActions & WithS3LogBucket(const Aws::String &value)
void SetCloudWatchLogGroupName(const char *value)
const Aws::String & GetS3OutputKeyPrefix() const
bool S3OutputKeyPrefixHasBeenSet() const
void SetSsmDocuments(Aws::Vector< SsmDocument > &&value)
AWS_MGN_API PostLaunchActions()
const Aws::Vector< SsmDocument > & GetSsmDocuments() const
void SetS3LogBucket(const char *value)
PostLaunchActions & WithDeployment(PostLaunchActionsDeploymentType &&value)
void SetS3OutputKeyPrefix(const Aws::String &value)
bool CloudWatchLogGroupNameHasBeenSet() const
PostLaunchActions & WithSsmDocuments(const Aws::Vector< SsmDocument > &value)
PostLaunchActions & WithS3LogBucket(Aws::String &&value)
const Aws::String & GetS3LogBucket() const
const Aws::String & GetCloudWatchLogGroupName() const
AWS_MGN_API PostLaunchActions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3LogBucket(Aws::String &&value)
void SetCloudWatchLogGroupName(Aws::String &&value)
PostLaunchActions & WithS3OutputKeyPrefix(const char *value)
PostLaunchActions & AddSsmDocuments(SsmDocument &&value)
PostLaunchActionsDeploymentType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue