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>
50 template<
typename CloudWatchLogGroupNameT = Aws::String>
51 void SetCloudWatchLogGroupName(CloudWatchLogGroupNameT&& value) { m_cloudWatchLogGroupNameHasBeenSet =
true; m_cloudWatchLogGroupName = std::forward<CloudWatchLogGroupNameT>(value); }
52 template<
typename CloudWatchLogGroupNameT = Aws::String>
72 template<
typename S3LogBucketT = Aws::String>
73 void SetS3LogBucket(S3LogBucketT&& value) { m_s3LogBucketHasBeenSet =
true; m_s3LogBucket = std::forward<S3LogBucketT>(value); }
74 template<
typename S3LogBucketT = Aws::String>
84 template<
typename S3OutputKeyPrefixT = Aws::String>
85 void SetS3OutputKeyPrefix(S3OutputKeyPrefixT&& value) { m_s3OutputKeyPrefixHasBeenSet =
true; m_s3OutputKeyPrefix = std::forward<S3OutputKeyPrefixT>(value); }
86 template<
typename S3OutputKeyPrefixT = Aws::String>
96 template<
typename SsmDocumentsT = Aws::Vector<SsmDocument>>
97 void SetSsmDocuments(SsmDocumentsT&& value) { m_ssmDocumentsHasBeenSet =
true; m_ssmDocuments = std::forward<SsmDocumentsT>(value); }
98 template<
typename SsmDocumentsT = Aws::Vector<SsmDocument>>
100 template<
typename SsmDocumentsT = SsmDocument>
101 PostLaunchActions&
AddSsmDocuments(SsmDocumentsT&& value) { m_ssmDocumentsHasBeenSet =
true; m_ssmDocuments.emplace_back(std::forward<SsmDocumentsT>(value));
return *
this; }
106 bool m_cloudWatchLogGroupNameHasBeenSet =
false;
109 bool m_deploymentHasBeenSet =
false;
112 bool m_s3LogBucketHasBeenSet =
false;
115 bool m_s3OutputKeyPrefixHasBeenSet =
false;
118 bool m_ssmDocumentsHasBeenSet =
false;
bool S3LogBucketHasBeenSet() const
PostLaunchActions & WithDeployment(PostLaunchActionsDeploymentType value)
AWS_MGN_API PostLaunchActions(Aws::Utils::Json::JsonView jsonValue)
bool DeploymentHasBeenSet() const
bool SsmDocumentsHasBeenSet() const
PostLaunchActions & WithS3OutputKeyPrefix(S3OutputKeyPrefixT &&value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MGN_API PostLaunchActions()=default
PostLaunchActions & WithCloudWatchLogGroupName(CloudWatchLogGroupNameT &&value)
const Aws::String & GetS3OutputKeyPrefix() const
bool S3OutputKeyPrefixHasBeenSet() const
void SetDeployment(PostLaunchActionsDeploymentType value)
void SetSsmDocuments(SsmDocumentsT &&value)
void SetS3OutputKeyPrefix(S3OutputKeyPrefixT &&value)
const Aws::Vector< SsmDocument > & GetSsmDocuments() const
PostLaunchActions & WithSsmDocuments(SsmDocumentsT &&value)
void SetCloudWatchLogGroupName(CloudWatchLogGroupNameT &&value)
PostLaunchActions & WithS3LogBucket(S3LogBucketT &&value)
bool CloudWatchLogGroupNameHasBeenSet() const
PostLaunchActionsDeploymentType GetDeployment() const
const Aws::String & GetS3LogBucket() const
const Aws::String & GetCloudWatchLogGroupName() const
AWS_MGN_API PostLaunchActions & operator=(Aws::Utils::Json::JsonView jsonValue)
PostLaunchActions & AddSsmDocuments(SsmDocumentsT &&value)
void SetS3LogBucket(S3LogBucketT &&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