7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename ConnectionArnT = Aws::String>
46 m_connectionArnHasBeenSet =
true;
47 m_connectionArn = std::forward<ConnectionArnT>(value);
49 template <
typename ConnectionArnT = Aws::String>
64 template <
typename AccessRoleArnT = Aws::String>
66 m_accessRoleArnHasBeenSet =
true;
67 m_accessRoleArn = std::forward<AccessRoleArnT>(value);
69 template <
typename AccessRoleArnT = Aws::String>
79 bool m_connectionArnHasBeenSet =
false;
80 bool m_accessRoleArnHasBeenSet =
false;
void SetAccessRoleArn(AccessRoleArnT &&value)
bool ConnectionArnHasBeenSet() const
bool AccessRoleArnHasBeenSet() const
AuthenticationConfiguration & WithAccessRoleArn(AccessRoleArnT &&value)
void SetConnectionArn(ConnectionArnT &&value)
AWS_APPRUNNER_API AuthenticationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPRUNNER_API AuthenticationConfiguration()=default
const Aws::String & GetConnectionArn() const
AWS_APPRUNNER_API AuthenticationConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAccessRoleArn() const
AuthenticationConfiguration & WithConnectionArn(ConnectionArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue