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/ec2/model/IntegrateServices.h>
49 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
59 template<
typename FlowLogIdT = Aws::String>
60 void SetFlowLogId(FlowLogIdT&& value) { m_flowLogIdHasBeenSet =
true; m_flowLogId = std::forward<FlowLogIdT>(value); }
61 template<
typename FlowLogIdT = Aws::String>
72 template<
typename ConfigDeliveryS3DestinationArnT = Aws::String>
73 void SetConfigDeliveryS3DestinationArn(ConfigDeliveryS3DestinationArnT&& value) { m_configDeliveryS3DestinationArnHasBeenSet =
true; m_configDeliveryS3DestinationArn = std::forward<ConfigDeliveryS3DestinationArnT>(value); }
74 template<
typename ConfigDeliveryS3DestinationArnT = Aws::String>
84 template<
typename IntegrateServicesT = IntegrateServices>
85 void SetIntegrateServices(IntegrateServicesT&& value) { m_integrateServicesHasBeenSet =
true; m_integrateServices = std::forward<IntegrateServicesT>(value); }
86 template<
typename IntegrateServicesT = IntegrateServices>
92 bool m_dryRunHasBeenSet =
false;
95 bool m_flowLogIdHasBeenSet =
false;
98 bool m_configDeliveryS3DestinationArnHasBeenSet =
false;
100 IntegrateServices m_integrateServices;
101 bool m_integrateServicesHasBeenSet =
false;
const Aws::String & GetFlowLogId() const
void SetDryRun(bool value)
void SetConfigDeliveryS3DestinationArn(ConfigDeliveryS3DestinationArnT &&value)
GetFlowLogsIntegrationTemplateRequest & WithFlowLogId(FlowLogIdT &&value)
const Aws::String & GetConfigDeliveryS3DestinationArn() const
bool DryRunHasBeenSet() const
void SetFlowLogId(FlowLogIdT &&value)
void SetIntegrateServices(IntegrateServicesT &&value)
virtual const char * GetServiceRequestName() const override
bool ConfigDeliveryS3DestinationArnHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
GetFlowLogsIntegrationTemplateRequest & WithDryRun(bool value)
bool IntegrateServicesHasBeenSet() const
GetFlowLogsIntegrationTemplateRequest & WithIntegrateServices(IntegrateServicesT &&value)
bool FlowLogIdHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
GetFlowLogsIntegrationTemplateRequest & WithConfigDeliveryS3DestinationArn(ConfigDeliveryS3DestinationArnT &&value)
AWS_EC2_API GetFlowLogsIntegrationTemplateRequest()=default
const IntegrateServices & GetIntegrateServices() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String