7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
10#include <aws/verifiedpermissions/model/AliasState.h>
21namespace VerifiedPermissions {
45 template <
typename AliasNameT = Aws::String>
47 m_aliasNameHasBeenSet =
true;
48 m_aliasName = std::forward<AliasNameT>(value);
50 template <
typename AliasNameT = Aws::String>
63 template <
typename PolicyStoreIdT = Aws::String>
65 m_policyStoreIdHasBeenSet =
true;
66 m_policyStoreId = std::forward<PolicyStoreIdT>(value);
68 template <
typename PolicyStoreIdT = Aws::String>
81 template <
typename AliasArnT = Aws::String>
83 m_aliasArnHasBeenSet =
true;
84 m_aliasArn = std::forward<AliasArnT>(value);
86 template <
typename AliasArnT = Aws::String>
99 template <
typename CreatedAtT = Aws::Utils::DateTime>
101 m_createdAtHasBeenSet =
true;
102 m_createdAt = std::forward<CreatedAtT>(value);
104 template <
typename CreatedAtT = Aws::Utils::DateTime>
122 m_stateHasBeenSet =
true;
140 bool m_aliasNameHasBeenSet =
false;
141 bool m_policyStoreIdHasBeenSet =
false;
142 bool m_aliasArnHasBeenSet =
false;
143 bool m_createdAtHasBeenSet =
false;
144 bool m_stateHasBeenSet =
false;
const Aws::String & GetPolicyStoreId() const
void SetState(AliasState value)
PolicyStoreAliasItem & WithAliasName(AliasNameT &&value)
bool PolicyStoreIdHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPolicyStoreId(PolicyStoreIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AliasState GetState() const
const Aws::String & GetAliasArn() const
void SetCreatedAt(CreatedAtT &&value)
PolicyStoreAliasItem & WithPolicyStoreId(PolicyStoreIdT &&value)
bool AliasArnHasBeenSet() const
bool AliasNameHasBeenSet() const
PolicyStoreAliasItem & WithCreatedAt(CreatedAtT &&value)
void SetAliasName(AliasNameT &&value)
bool StateHasBeenSet() const
const Aws::String & GetAliasName() const
PolicyStoreAliasItem & WithState(AliasState value)
void SetAliasArn(AliasArnT &&value)
AWS_VERIFIEDPERMISSIONS_API PolicyStoreAliasItem()=default
AWS_VERIFIEDPERMISSIONS_API PolicyStoreAliasItem(Aws::Utils::Json::JsonView jsonValue)
bool CreatedAtHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API PolicyStoreAliasItem & operator=(Aws::Utils::Json::JsonView jsonValue)
PolicyStoreAliasItem & WithAliasArn(AliasArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue