7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3control/S3Control_EXPORTS.h>
43 template <
typename FunctionArnT = Aws::String>
45 m_functionArnHasBeenSet =
true;
46 m_functionArn = std::forward<FunctionArnT>(value);
48 template <
typename FunctionArnT = Aws::String>
75 template <
typename InvocationSchemaVersionT = Aws::String>
77 m_invocationSchemaVersionHasBeenSet =
true;
78 m_invocationSchemaVersion = std::forward<InvocationSchemaVersionT>(value);
80 template <
typename InvocationSchemaVersionT = Aws::String>
99 template <
typename UserArgumentsT = Aws::Map<Aws::String, Aws::String>>
101 m_userArgumentsHasBeenSet =
true;
102 m_userArguments = std::forward<UserArgumentsT>(value);
104 template <
typename UserArgumentsT = Aws::Map<Aws::String, Aws::String>>
109 template <
typename UserArgumentsKeyT = Aws::String,
typename UserArgumentsValueT = Aws::String>
111 m_userArgumentsHasBeenSet =
true;
112 m_userArguments.emplace(std::forward<UserArgumentsKeyT>(key), std::forward<UserArgumentsValueT>(value));
122 bool m_functionArnHasBeenSet =
false;
123 bool m_invocationSchemaVersionHasBeenSet =
false;
124 bool m_userArgumentsHasBeenSet =
false;
LambdaInvokeOperation & WithUserArguments(UserArgumentsT &&value)
void SetUserArguments(UserArgumentsT &&value)
const Aws::String & GetInvocationSchemaVersion() const
AWS_S3CONTROL_API LambdaInvokeOperation()=default
void SetInvocationSchemaVersion(InvocationSchemaVersionT &&value)
AWS_S3CONTROL_API LambdaInvokeOperation(const Aws::Utils::Xml::XmlNode &xmlNode)
bool UserArgumentsHasBeenSet() const
LambdaInvokeOperation & WithInvocationSchemaVersion(InvocationSchemaVersionT &&value)
bool InvocationSchemaVersionHasBeenSet() const
const Aws::String & GetFunctionArn() const
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
LambdaInvokeOperation & WithFunctionArn(FunctionArnT &&value)
AWS_S3CONTROL_API LambdaInvokeOperation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Map< Aws::String, Aws::String > & GetUserArguments() const
bool FunctionArnHasBeenSet() const
void SetFunctionArn(FunctionArnT &&value)
LambdaInvokeOperation & AddUserArguments(UserArgumentsKeyT &&key, UserArgumentsValueT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String