7#include <aws/account-access/AccountAccess_EXPORTS.h>
8#include <aws/account-access/model/ErrorDetails.h>
9#include <aws/account-access/model/IdentitySourceDetails.h>
10#include <aws/account-access/model/Status.h>
11#include <aws/core/http/HttpResponse.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/core/utils/memory/stl/AWSString.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace AccountAccess {
41 template <
typename IdentitySourceT = IdentitySourceDetails>
43 m_identitySourceHasBeenSet =
true;
44 m_identitySource = std::forward<IdentitySourceT>(value);
46 template <
typename IdentitySourceT = IdentitySourceDetails>
59 m_statusHasBeenSet =
true;
73 template <
typename TenantIdT = Aws::String>
75 m_tenantIdHasBeenSet =
true;
76 m_tenantId = std::forward<TenantIdT>(value);
78 template <
typename TenantIdT = Aws::String>
90 template <
typename CreatedAtT = Aws::Utils::DateTime>
92 m_createdAtHasBeenSet =
true;
93 m_createdAt = std::forward<CreatedAtT>(value);
95 template <
typename CreatedAtT = Aws::Utils::DateTime>
107 template <
typename UpdatedAtT = Aws::Utils::DateTime>
109 m_updatedAtHasBeenSet =
true;
110 m_updatedAt = std::forward<UpdatedAtT>(value);
112 template <
typename UpdatedAtT = Aws::Utils::DateTime>
124 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
126 m_tagsHasBeenSet =
true;
127 m_tags = std::forward<TagsT>(value);
129 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
131 SetTags(std::forward<TagsT>(value));
134 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
136 m_tagsHasBeenSet =
true;
137 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
147 template <
typename ErrorT = ErrorDetails>
149 m_errorHasBeenSet =
true;
150 m_error = std::forward<ErrorT>(value);
152 template <
typename ErrorT = ErrorDetails>
154 SetError(std::forward<ErrorT>(value));
162 template <
typename RequestIdT = Aws::String>
164 m_requestIdHasBeenSet =
true;
165 m_requestId = std::forward<RequestIdT>(value);
167 template <
typename RequestIdT = Aws::String>
188 ErrorDetails m_error;
192 bool m_identitySourceHasBeenSet =
false;
193 bool m_statusHasBeenSet =
false;
194 bool m_tenantIdHasBeenSet =
false;
195 bool m_createdAtHasBeenSet =
false;
196 bool m_updatedAtHasBeenSet =
false;
197 bool m_tagsHasBeenSet =
false;
198 bool m_errorHasBeenSet =
false;
199 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
GetApplicationResult & WithUpdatedAt(UpdatedAtT &&value)
void SetStatus(Status value)
void SetTags(TagsT &&value)
AWS_ACCOUNTACCESS_API GetApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetApplicationResult & WithError(ErrorT &&value)
void SetError(ErrorT &&value)
void SetIdentitySource(IdentitySourceT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetApplicationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
GetApplicationResult & WithTenantId(TenantIdT &&value)
const ErrorDetails & GetError() const
GetApplicationResult & WithTags(TagsT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
const IdentitySourceDetails & GetIdentitySource() const
AWS_ACCOUNTACCESS_API GetApplicationResult()=default
AWS_ACCOUNTACCESS_API GetApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetTenantId() const
GetApplicationResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetRequestId() const
GetApplicationResult & WithStatus(Status value)
GetApplicationResult & WithRequestId(RequestIdT &&value)
void SetTenantId(TenantIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetApplicationResult & WithIdentitySource(IdentitySourceT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue