7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
49 template<
typename FunctionArnT = Aws::String>
50 void SetFunctionArn(FunctionArnT&& value) { m_functionArnHasBeenSet =
true; m_functionArn = std::forward<FunctionArnT>(value); }
51 template<
typename FunctionArnT = Aws::String>
75 template<
typename InvocationSchemaVersionT = Aws::String>
76 void SetInvocationSchemaVersion(InvocationSchemaVersionT&& value) { m_invocationSchemaVersionHasBeenSet =
true; m_invocationSchemaVersion = std::forward<InvocationSchemaVersionT>(value); }
77 template<
typename InvocationSchemaVersionT = Aws::String>
93 template<
typename UserArgumentsT = Aws::Map<Aws::String, Aws::String>>
94 void SetUserArguments(UserArgumentsT&& value) { m_userArgumentsHasBeenSet =
true; m_userArguments = std::forward<UserArgumentsT>(value); }
95 template<
typename UserArgumentsT = Aws::Map<Aws::String, Aws::String>>
97 template<
typename UserArgumentsKeyT = Aws::String,
typename UserArgumentsValueT = Aws::String>
99 m_userArgumentsHasBeenSet =
true; m_userArguments.emplace(std::forward<UserArgumentsKeyT>(key), std::forward<UserArgumentsValueT>(value));
return *
this;
105 bool m_functionArnHasBeenSet =
false;
108 bool m_invocationSchemaVersionHasBeenSet =
false;
111 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