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>
51 inline void SetFunctionArn(
const char* value) { m_functionArnHasBeenSet =
true; m_functionArn.assign(value); }
79 inline void SetInvocationSchemaVersion(
const char* value) { m_invocationSchemaVersionHasBeenSet =
true; m_invocationSchemaVersion.assign(value); }
112 bool m_functionArnHasBeenSet =
false;
115 bool m_invocationSchemaVersionHasBeenSet =
false;
118 bool m_userArgumentsHasBeenSet =
false;
void SetInvocationSchemaVersion(Aws::String &&value)
LambdaInvokeOperation & WithUserArguments(Aws::Map< Aws::String, Aws::String > &&value)
void SetFunctionArn(const Aws::String &value)
const Aws::String & GetInvocationSchemaVersion() const
LambdaInvokeOperation & WithFunctionArn(Aws::String &&value)
void SetUserArguments(const Aws::Map< Aws::String, Aws::String > &value)
LambdaInvokeOperation & AddUserArguments(const Aws::String &key, Aws::String &&value)
LambdaInvokeOperation & AddUserArguments(Aws::String &&key, const char *value)
LambdaInvokeOperation & WithUserArguments(const Aws::Map< Aws::String, Aws::String > &value)
AWS_S3CONTROL_API LambdaInvokeOperation()
LambdaInvokeOperation & WithInvocationSchemaVersion(const Aws::String &value)
void SetFunctionArn(const char *value)
LambdaInvokeOperation & WithInvocationSchemaVersion(const char *value)
AWS_S3CONTROL_API LambdaInvokeOperation(const Aws::Utils::Xml::XmlNode &xmlNode)
LambdaInvokeOperation & AddUserArguments(const Aws::String &key, const Aws::String &value)
LambdaInvokeOperation & WithFunctionArn(const Aws::String &value)
LambdaInvokeOperation & AddUserArguments(const char *key, const char *value)
bool UserArgumentsHasBeenSet() const
void SetUserArguments(Aws::Map< Aws::String, Aws::String > &&value)
LambdaInvokeOperation & WithFunctionArn(const char *value)
LambdaInvokeOperation & AddUserArguments(Aws::String &&key, const Aws::String &value)
bool InvocationSchemaVersionHasBeenSet() const
void SetInvocationSchemaVersion(const Aws::String &value)
const Aws::String & GetFunctionArn() const
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CONTROL_API LambdaInvokeOperation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
LambdaInvokeOperation & AddUserArguments(const char *key, Aws::String &&value)
LambdaInvokeOperation & AddUserArguments(Aws::String &&key, Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetUserArguments() const
bool FunctionArnHasBeenSet() const
LambdaInvokeOperation & WithInvocationSchemaVersion(Aws::String &&value)
void SetInvocationSchemaVersion(const char *value)
void SetFunctionArn(Aws::String &&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