7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ConnectCampaignsV2 {
38 template <
typename FunctionArnT = Aws::String>
40 m_functionArnHasBeenSet =
true;
41 m_functionArn = std::forward<FunctionArnT>(value);
43 template <
typename FunctionArnT = Aws::String>
51 bool m_functionArnHasBeenSet =
false;
AWS_CONNECTCAMPAIGNSV2_API LambdaIntegrationIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCAMPAIGNSV2_API LambdaIntegrationIdentifier()=default
const Aws::String & GetFunctionArn() const
AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const
LambdaIntegrationIdentifier & WithFunctionArn(FunctionArnT &&value)
bool FunctionArnHasBeenSet() const
AWS_CONNECTCAMPAIGNSV2_API LambdaIntegrationIdentifier(Aws::Utils::Json::JsonView jsonValue)
void SetFunctionArn(FunctionArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue