7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ec2/model/TagSpecification.h>
50 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
61 template<
typename S3BucketT = Aws::String>
62 void SetS3Bucket(S3BucketT&& value) { m_s3BucketHasBeenSet =
true; m_s3Bucket = std::forward<S3BucketT>(value); }
63 template<
typename S3BucketT = Aws::String>
73 template<
typename S3PrefixT = Aws::String>
74 void SetS3Prefix(S3PrefixT&& value) { m_s3PrefixHasBeenSet =
true; m_s3Prefix = std::forward<S3PrefixT>(value); }
75 template<
typename S3PrefixT = Aws::String>
88 template<
typename TargetIdT = Aws::String>
89 void SetTargetId(TargetIdT&& value) { m_targetIdHasBeenSet =
true; m_targetId = std::forward<TargetIdT>(value); }
90 template<
typename TargetIdT = Aws::String>
100 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
101 void SetTagSpecifications(TagSpecificationsT&& value) { m_tagSpecificationsHasBeenSet =
true; m_tagSpecifications = std::forward<TagSpecificationsT>(value); }
102 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
104 template<
typename TagSpecificationsT = TagSpecification>
109 bool m_dryRun{
false};
110 bool m_dryRunHasBeenSet =
false;
113 bool m_s3BucketHasBeenSet =
false;
116 bool m_s3PrefixHasBeenSet =
false;
119 bool m_targetIdHasBeenSet =
false;
122 bool m_tagSpecificationsHasBeenSet =
false;
StartDeclarativePoliciesReportRequest & WithTargetId(TargetIdT &&value)
void SetTargetId(TargetIdT &&value)
virtual const char * GetServiceRequestName() const override
StartDeclarativePoliciesReportRequest & WithS3Bucket(S3BucketT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
bool S3BucketHasBeenSet() const
bool S3PrefixHasBeenSet() const
StartDeclarativePoliciesReportRequest & WithS3Prefix(S3PrefixT &&value)
AWS_EC2_API StartDeclarativePoliciesReportRequest()=default
StartDeclarativePoliciesReportRequest & WithTagSpecifications(TagSpecificationsT &&value)
StartDeclarativePoliciesReportRequest & WithDryRun(bool value)
const Aws::String & GetS3Prefix() const
void SetS3Bucket(S3BucketT &&value)
StartDeclarativePoliciesReportRequest & AddTagSpecifications(TagSpecificationsT &&value)
bool DryRunHasBeenSet() const
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
const Aws::String & GetTargetId() const
void SetS3Prefix(S3PrefixT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetDryRun(bool value)
bool TargetIdHasBeenSet() const
bool TagSpecificationsHasBeenSet() const
void SetTagSpecifications(TagSpecificationsT &&value)
const Aws::String & GetS3Bucket() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector