7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetConnectionArn(
const char* value) { m_connectionArnHasBeenSet =
true; m_connectionArn.assign(value); }
68 inline void SetAccessRoleArn(
const char* value) { m_accessRoleArnHasBeenSet =
true; m_accessRoleArn.assign(value); }
76 bool m_connectionArnHasBeenSet =
false;
79 bool m_accessRoleArnHasBeenSet =
false;
bool ConnectionArnHasBeenSet() const
bool AccessRoleArnHasBeenSet() const
AuthenticationConfiguration & WithAccessRoleArn(const char *value)
void SetAccessRoleArn(const Aws::String &value)
AuthenticationConfiguration & WithConnectionArn(const char *value)
AWS_APPRUNNER_API AuthenticationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPRUNNER_API AuthenticationConfiguration()
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
AuthenticationConfiguration & WithAccessRoleArn(Aws::String &&value)
void SetConnectionArn(const Aws::String &value)
AuthenticationConfiguration & WithAccessRoleArn(const Aws::String &value)
void SetConnectionArn(const char *value)
AuthenticationConfiguration & WithConnectionArn(const Aws::String &value)
void SetAccessRoleArn(Aws::String &&value)
const Aws::String & GetConnectionArn() const
void SetAccessRoleArn(const char *value)
AWS_APPRUNNER_API AuthenticationConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetConnectionArn(Aws::String &&value)
const Aws::String & GetAccessRoleArn() const
AuthenticationConfiguration & WithConnectionArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue