7#include <aws/globalaccelerator/GlobalAccelerator_EXPORTS.h>
8#include <aws/globalaccelerator/GlobalAcceleratorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace GlobalAccelerator
44 template<
typename AcceleratorArnT = Aws::String>
45 void SetAcceleratorArn(AcceleratorArnT&& value) { m_acceleratorArnHasBeenSet =
true; m_acceleratorArn = std::forward<AcceleratorArnT>(value); }
46 template<
typename AcceleratorArnT = Aws::String>
60 inline void SetFlowLogsEnabled(
bool value) { m_flowLogsEnabledHasBeenSet =
true; m_flowLogsEnabled = value; }
73 template<
typename FlowLogsS3BucketT = Aws::String>
74 void SetFlowLogsS3Bucket(FlowLogsS3BucketT&& value) { m_flowLogsS3BucketHasBeenSet =
true; m_flowLogsS3Bucket = std::forward<FlowLogsS3BucketT>(value); }
75 template<
typename FlowLogsS3BucketT = Aws::String>
89 template<
typename FlowLogsS3PrefixT = Aws::String>
90 void SetFlowLogsS3Prefix(FlowLogsS3PrefixT&& value) { m_flowLogsS3PrefixHasBeenSet =
true; m_flowLogsS3Prefix = std::forward<FlowLogsS3PrefixT>(value); }
91 template<
typename FlowLogsS3PrefixT = Aws::String>
97 bool m_acceleratorArnHasBeenSet =
false;
99 bool m_flowLogsEnabled{
false};
100 bool m_flowLogsEnabledHasBeenSet =
false;
103 bool m_flowLogsS3BucketHasBeenSet =
false;
106 bool m_flowLogsS3PrefixHasBeenSet =
false;
UpdateAcceleratorAttributesRequest & WithFlowLogsEnabled(bool value)
void SetFlowLogsS3Prefix(FlowLogsS3PrefixT &&value)
AWS_GLOBALACCELERATOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetFlowLogsS3Bucket(FlowLogsS3BucketT &&value)
bool FlowLogsS3PrefixHasBeenSet() const
bool AcceleratorArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateAcceleratorAttributesRequest & WithAcceleratorArn(AcceleratorArnT &&value)
const Aws::String & GetFlowLogsS3Prefix() const
bool GetFlowLogsEnabled() const
AWS_GLOBALACCELERATOR_API Aws::String SerializePayload() const override
const Aws::String & GetFlowLogsS3Bucket() const
void SetFlowLogsEnabled(bool value)
const Aws::String & GetAcceleratorArn() const
UpdateAcceleratorAttributesRequest & WithFlowLogsS3Bucket(FlowLogsS3BucketT &&value)
UpdateAcceleratorAttributesRequest & WithFlowLogsS3Prefix(FlowLogsS3PrefixT &&value)
bool FlowLogsEnabledHasBeenSet() const
AWS_GLOBALACCELERATOR_API UpdateAcceleratorAttributesRequest()=default
bool FlowLogsS3BucketHasBeenSet() const
void SetAcceleratorArn(AcceleratorArnT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String