7#include <aws/resource-explorer-2/ResourceExplorer2_EXPORTS.h>
8#include <aws/resource-explorer-2/model/AWSServiceAccessStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ResourceExplorer2
61 template<
typename ServiceLinkedRoleT = Aws::String>
62 void SetServiceLinkedRole(ServiceLinkedRoleT&& value) { m_serviceLinkedRoleHasBeenSet =
true; m_serviceLinkedRole = std::forward<ServiceLinkedRoleT>(value); }
63 template<
typename ServiceLinkedRoleT = Aws::String>
69 bool m_aWSServiceAccessStatusHasBeenSet =
false;
72 bool m_serviceLinkedRoleHasBeenSet =
false;
AWS_RESOURCEEXPLORER2_API OrgConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ServiceLinkedRoleHasBeenSet() const
AWS_RESOURCEEXPLORER2_API OrgConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWSServiceAccessStatus GetAWSServiceAccessStatus() const
bool AWSServiceAccessStatusHasBeenSet() const
void SetServiceLinkedRole(ServiceLinkedRoleT &&value)
AWS_RESOURCEEXPLORER2_API Aws::Utils::Json::JsonValue Jsonize() const
OrgConfiguration & WithAWSServiceAccessStatus(AWSServiceAccessStatus value)
void SetAWSServiceAccessStatus(AWSServiceAccessStatus value)
const Aws::String & GetServiceLinkedRole() const
AWS_RESOURCEEXPLORER2_API OrgConfiguration()=default
OrgConfiguration & WithServiceLinkedRole(ServiceLinkedRoleT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue