7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/s3control/model/ObjectLambdaContentTransformation.h>
10#include <aws/s3control/model/ObjectLambdaTransformationConfigurationAction.h>
51 template<
typename ActionsT = Aws::Vector<ObjectLambdaTransformationConfigurationAction>>
52 void SetActions(ActionsT&& value) { m_actionsHasBeenSet =
true; m_actions = std::forward<ActionsT>(value); }
53 template<
typename ActionsT = Aws::Vector<ObjectLambdaTransformationConfigurationAction>>
65 template<
typename ContentTransformationT = ObjectLambdaContentTransformation>
66 void SetContentTransformation(ContentTransformationT&& value) { m_contentTransformationHasBeenSet =
true; m_contentTransformation = std::forward<ContentTransformationT>(value); }
67 template<
typename ContentTransformationT = ObjectLambdaContentTransformation>
73 bool m_actionsHasBeenSet =
false;
76 bool m_contentTransformationHasBeenSet =
false;
ObjectLambdaTransformationConfigurationAction
std::vector< T, Aws::Allocator< T > > Vector