7#include <aws/account-access/AccountAccess_EXPORTS.h>
8#include <aws/account-access/model/EntitlementDetails.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace AccountAccess {
37 template <
typename ApplicationArnT = Aws::String>
39 m_applicationArnHasBeenSet =
true;
40 m_applicationArn = std::forward<ApplicationArnT>(value);
42 template <
typename ApplicationArnT = Aws::String>
54 template <
typename EntitlementIdT = Aws::String>
56 m_entitlementIdHasBeenSet =
true;
57 m_entitlementId = std::forward<EntitlementIdT>(value);
59 template <
typename EntitlementIdT = Aws::String>
72 template <
typename EntitlementT = EntitlementDetails>
74 m_entitlementHasBeenSet =
true;
75 m_entitlement = std::forward<EntitlementT>(value);
77 template <
typename EntitlementT = EntitlementDetails>
89 template <
typename CreatedAtT = Aws::Utils::DateTime>
91 m_createdAtHasBeenSet =
true;
92 m_createdAt = std::forward<CreatedAtT>(value);
94 template <
typename CreatedAtT = Aws::Utils::DateTime>
104 template <
typename RequestIdT = Aws::String>
106 m_requestIdHasBeenSet =
true;
107 m_requestId = std::forward<RequestIdT>(value);
109 template <
typename RequestIdT = Aws::String>
128 bool m_applicationArnHasBeenSet =
false;
129 bool m_entitlementIdHasBeenSet =
false;
130 bool m_entitlementHasBeenSet =
false;
131 bool m_createdAtHasBeenSet =
false;
132 bool m_requestIdHasBeenSet =
false;
void SetApplicationArn(ApplicationArnT &&value)
const Aws::String & GetApplicationArn() const
GetEntitlementResult & WithCreatedAt(CreatedAtT &&value)
AWS_ACCOUNTACCESS_API GetEntitlementResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const EntitlementDetails & GetEntitlement() const
void SetRequestId(RequestIdT &&value)
GetEntitlementResult & WithEntitlementId(EntitlementIdT &&value)
AWS_ACCOUNTACCESS_API GetEntitlementResult()=default
const Aws::String & GetRequestId() const
const Aws::String & GetEntitlementId() const
void SetEntitlement(EntitlementT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetEntitlementResult & WithEntitlement(EntitlementT &&value)
AWS_ACCOUNTACCESS_API GetEntitlementResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreatedAt(CreatedAtT &&value)
GetEntitlementResult & WithRequestId(RequestIdT &&value)
GetEntitlementResult & WithApplicationArn(ApplicationArnT &&value)
void SetEntitlementId(EntitlementIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue