7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/s3control/model/ObjectLambdaAllowedFeature.h>
11#include <aws/s3control/model/ObjectLambdaTransformationConfiguration.h>
50 template<
typename SupportingAccessPo
intT = Aws::String>
51 void SetSupportingAccessPoint(SupportingAccessPointT&& value) { m_supportingAccessPointHasBeenSet =
true; m_supportingAccessPoint = std::forward<SupportingAccessPointT>(value); }
52 template<
typename SupportingAccessPo
intT = Aws::String>
74 template<
typename AllowedFeaturesT = Aws::Vector<ObjectLambdaAllowedFeature>>
75 void SetAllowedFeatures(AllowedFeaturesT&& value) { m_allowedFeaturesHasBeenSet =
true; m_allowedFeatures = std::forward<AllowedFeaturesT>(value); }
76 template<
typename AllowedFeaturesT = Aws::Vector<ObjectLambdaAllowedFeature>>
88 template<
typename TransformationConfigurationsT = Aws::Vector<ObjectLambdaTransformationConfiguration>>
89 void SetTransformationConfigurations(TransformationConfigurationsT&& value) { m_transformationConfigurationsHasBeenSet =
true; m_transformationConfigurations = std::forward<TransformationConfigurationsT>(value); }
90 template<
typename TransformationConfigurationsT = Aws::Vector<ObjectLambdaTransformationConfiguration>>
92 template<
typename TransformationConfigurationsT = ObjectLambdaTransformationConfiguration>
98 bool m_supportingAccessPointHasBeenSet =
false;
100 bool m_cloudWatchMetricsEnabled{
false};
101 bool m_cloudWatchMetricsEnabledHasBeenSet =
false;
104 bool m_allowedFeaturesHasBeenSet =
false;
107 bool m_transformationConfigurationsHasBeenSet =
false;
ObjectLambdaConfiguration & AddTransformationConfigurations(TransformationConfigurationsT &&value)
bool CloudWatchMetricsEnabledHasBeenSet() const
bool SupportingAccessPointHasBeenSet() const
ObjectLambdaConfiguration & WithAllowedFeatures(AllowedFeaturesT &&value)
bool GetCloudWatchMetricsEnabled() const
AWS_S3CONTROL_API ObjectLambdaConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetCloudWatchMetricsEnabled(bool value)
void SetAllowedFeatures(AllowedFeaturesT &&value)
AWS_S3CONTROL_API ObjectLambdaConfiguration()=default
void SetTransformationConfigurations(TransformationConfigurationsT &&value)
bool AllowedFeaturesHasBeenSet() const
AWS_S3CONTROL_API ObjectLambdaConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::Vector< ObjectLambdaTransformationConfiguration > & GetTransformationConfigurations() const
const Aws::Vector< ObjectLambdaAllowedFeature > & GetAllowedFeatures() const
ObjectLambdaConfiguration & WithTransformationConfigurations(TransformationConfigurationsT &&value)
bool TransformationConfigurationsHasBeenSet() const
void SetSupportingAccessPoint(SupportingAccessPointT &&value)
ObjectLambdaConfiguration & AddAllowedFeatures(ObjectLambdaAllowedFeature value)
ObjectLambdaConfiguration & WithCloudWatchMetricsEnabled(bool value)
ObjectLambdaConfiguration & WithSupportingAccessPoint(SupportingAccessPointT &&value)
const Aws::String & GetSupportingAccessPoint() const
ObjectLambdaAllowedFeature
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector