7#include <aws/sso-admin/SSOAdmin_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
62 template<
typename PermissionSetArnT = Aws::String>
63 void SetPermissionSetArn(PermissionSetArnT&& value) { m_permissionSetArnHasBeenSet =
true; m_permissionSetArn = std::forward<PermissionSetArnT>(value); }
64 template<
typename PermissionSetArnT = Aws::String>
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
86 template<
typename CreatedDateT = Aws::Utils::DateTime>
87 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
88 template<
typename CreatedDateT = Aws::Utils::DateTime>
99 template<
typename SessionDurationT = Aws::String>
100 void SetSessionDuration(SessionDurationT&& value) { m_sessionDurationHasBeenSet =
true; m_sessionDuration = std::forward<SessionDurationT>(value); }
101 template<
typename SessionDurationT = Aws::String>
112 template<
typename RelayStateT = Aws::String>
113 void SetRelayState(RelayStateT&& value) { m_relayStateHasBeenSet =
true; m_relayState = std::forward<RelayStateT>(value); }
114 template<
typename RelayStateT = Aws::String>
120 bool m_nameHasBeenSet =
false;
123 bool m_permissionSetArnHasBeenSet =
false;
126 bool m_descriptionHasBeenSet =
false;
129 bool m_createdDateHasBeenSet =
false;
132 bool m_sessionDurationHasBeenSet =
false;
135 bool m_relayStateHasBeenSet =
false;
PermissionSet & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
const Aws::String & GetSessionDuration() const
void SetRelayState(RelayStateT &&value)
AWS_SSOADMIN_API PermissionSet(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
PermissionSet & WithPermissionSetArn(PermissionSetArnT &&value)
AWS_SSOADMIN_API PermissionSet()=default
AWS_SSOADMIN_API PermissionSet & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPermissionSetArn() const
void SetName(NameT &&value)
void SetSessionDuration(SessionDurationT &&value)
AWS_SSOADMIN_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
bool RelayStateHasBeenSet() const
bool PermissionSetArnHasBeenSet() const
void SetCreatedDate(CreatedDateT &&value)
const Aws::Utils::DateTime & GetCreatedDate() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
PermissionSet & WithRelayState(RelayStateT &&value)
PermissionSet & WithName(NameT &&value)
bool CreatedDateHasBeenSet() const
PermissionSet & WithSessionDuration(SessionDurationT &&value)
bool SessionDurationHasBeenSet() const
PermissionSet & WithCreatedDate(CreatedDateT &&value)
const Aws::String & GetRelayState() const
void SetPermissionSetArn(PermissionSetArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue