7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename ConnectionArnT = Aws::String>
51 void SetConnectionArn(ConnectionArnT&& value) { m_connectionArnHasBeenSet =
true; m_connectionArn = std::forward<ConnectionArnT>(value); }
52 template<
typename ConnectionArnT = Aws::String>
64 template<
typename AccessRoleArnT = Aws::String>
65 void SetAccessRoleArn(AccessRoleArnT&& value) { m_accessRoleArnHasBeenSet =
true; m_accessRoleArn = std::forward<AccessRoleArnT>(value); }
66 template<
typename AccessRoleArnT = Aws::String>
72 bool m_connectionArnHasBeenSet =
false;
75 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