7#include <aws/account-access/AccountAccess_EXPORTS.h>
8#include <aws/account-access/model/EntitlementSummary.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AccountAccess {
43 template <
typename EntitlementIdT = Aws::String>
45 m_entitlementIdHasBeenSet =
true;
46 m_entitlementId = std::forward<EntitlementIdT>(value);
48 template <
typename EntitlementIdT = Aws::String>
61 template <
typename EntitlementT = EntitlementSummary>
63 m_entitlementHasBeenSet =
true;
64 m_entitlement = std::forward<EntitlementT>(value);
66 template <
typename EntitlementT = EntitlementSummary>
79 template <
typename CreatedAtT = Aws::Utils::DateTime>
81 m_createdAtHasBeenSet =
true;
82 m_createdAt = std::forward<CreatedAtT>(value);
84 template <
typename CreatedAtT = Aws::Utils::DateTime>
96 bool m_entitlementIdHasBeenSet =
false;
97 bool m_entitlementHasBeenSet =
false;
98 bool m_createdAtHasBeenSet =
false;
EntitlementsListMember & WithCreatedAt(CreatedAtT &&value)
AWS_ACCOUNTACCESS_API EntitlementsListMember & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ACCOUNTACCESS_API Aws::Utils::Json::JsonValue Jsonize() const
bool EntitlementIdHasBeenSet() const
const Aws::String & GetEntitlementId() const
bool EntitlementHasBeenSet() const
AWS_ACCOUNTACCESS_API EntitlementsListMember(Aws::Utils::Json::JsonView jsonValue)
const EntitlementSummary & GetEntitlement() const
EntitlementsListMember & WithEntitlement(EntitlementT &&value)
void SetEntitlementId(EntitlementIdT &&value)
EntitlementsListMember & WithEntitlementId(EntitlementIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool CreatedAtHasBeenSet() const
AWS_ACCOUNTACCESS_API EntitlementsListMember()=default
void SetCreatedAt(CreatedAtT &&value)
void SetEntitlement(EntitlementT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue