7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3control/S3Control_EXPORTS.h>
41 template <
typename FunctionArnT = Aws::String>
43 m_functionArnHasBeenSet =
true;
44 m_functionArn = std::forward<FunctionArnT>(value);
46 template <
typename FunctionArnT = Aws::String>
60 template <
typename FunctionPayloadT = Aws::String>
62 m_functionPayloadHasBeenSet =
true;
63 m_functionPayload = std::forward<FunctionPayloadT>(value);
65 template <
typename FunctionPayloadT = Aws::String>
75 bool m_functionArnHasBeenSet =
false;
76 bool m_functionPayloadHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String