7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
42 template <
typename IdcApplicationArnT = Aws::String>
44 m_idcApplicationArnHasBeenSet =
true;
45 m_idcApplicationArn = std::forward<IdcApplicationArnT>(value);
47 template <
typename IdcApplicationArnT = Aws::String>
61 template <
typename RoleArnT = Aws::String>
63 m_roleArnHasBeenSet =
true;
64 m_roleArn = std::forward<RoleArnT>(value);
66 template <
typename RoleArnT = Aws::String>
76 bool m_idcApplicationArnHasBeenSet =
false;
77 bool m_roleArnHasBeenSet =
false;
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRoleArn(RoleArnT &&value)
bool IdcApplicationArnHasBeenSet() const
IdcAuthConfiguration & WithRoleArn(RoleArnT &&value)
void SetIdcApplicationArn(IdcApplicationArnT &&value)
IdcAuthConfiguration & WithIdcApplicationArn(IdcApplicationArnT &&value)
const Aws::String & GetRoleArn() const
bool RoleArnHasBeenSet() const
AWS_QBUSINESS_API IdcAuthConfiguration()=default
AWS_QBUSINESS_API IdcAuthConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API IdcAuthConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIdcApplicationArn() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue