7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/s3control/S3Control_EXPORTS.h>
9#include <aws/s3control/model/ObjectLambdaContentTransformation.h>
10#include <aws/s3control/model/ObjectLambdaTransformationConfigurationAction.h>
45 template <
typename ActionsT = Aws::Vector<ObjectLambdaTransformationConfigurationAction>>
47 m_actionsHasBeenSet =
true;
48 m_actions = std::forward<ActionsT>(value);
50 template <
typename ActionsT = Aws::Vector<ObjectLambdaTransformationConfigurationAction>>
56 m_actionsHasBeenSet =
true;
57 m_actions.push_back(value);
69 template <
typename ContentTransformationT = ObjectLambdaContentTransformation>
71 m_contentTransformationHasBeenSet =
true;
72 m_contentTransformation = std::forward<ContentTransformationT>(value);
74 template <
typename ContentTransformationT = ObjectLambdaContentTransformation>
84 bool m_actionsHasBeenSet =
false;
85 bool m_contentTransformationHasBeenSet =
false;
ObjectLambdaTransformationConfigurationAction
std::vector< T, Aws::Allocator< T > > Vector