7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename LambdaExecutionRoleArnT = Aws::String>
50 void SetLambdaExecutionRoleArn(LambdaExecutionRoleArnT&& value) { m_lambdaExecutionRoleArnHasBeenSet =
true; m_lambdaExecutionRoleArn = std::forward<LambdaExecutionRoleArnT>(value); }
51 template<
typename LambdaExecutionRoleArnT = Aws::String>
62 template<
typename LambdaFunctionArnT = Aws::String>
63 void SetLambdaFunctionArn(LambdaFunctionArnT&& value) { m_lambdaFunctionArnHasBeenSet =
true; m_lambdaFunctionArn = std::forward<LambdaFunctionArnT>(value); }
64 template<
typename LambdaFunctionArnT = Aws::String>
70 bool m_lambdaExecutionRoleArnHasBeenSet =
false;
73 bool m_lambdaFunctionArnHasBeenSet =
false;
const Aws::String & GetLambdaFunctionArn() const
AWS_DATAZONE_API CustomAccountPoolHandler()=default
AWS_DATAZONE_API CustomAccountPoolHandler(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLambdaExecutionRoleArn() const
void SetLambdaFunctionArn(LambdaFunctionArnT &&value)
CustomAccountPoolHandler & WithLambdaExecutionRoleArn(LambdaExecutionRoleArnT &&value)
bool LambdaExecutionRoleArnHasBeenSet() const
CustomAccountPoolHandler & WithLambdaFunctionArn(LambdaFunctionArnT &&value)
bool LambdaFunctionArnHasBeenSet() const
AWS_DATAZONE_API CustomAccountPoolHandler & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLambdaExecutionRoleArn(LambdaExecutionRoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue