7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
10#include <aws/securityagent/model/IdCConfiguration.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace SecurityAgent {
36 template <
typename ApplicationIdT = Aws::String>
38 m_applicationIdHasBeenSet =
true;
39 m_applicationId = std::forward<ApplicationIdT>(value);
41 template <
typename ApplicationIdT = Aws::String>
53 template <
typename DomainT = Aws::String>
55 m_domainHasBeenSet =
true;
56 m_domain = std::forward<DomainT>(value);
58 template <
typename DomainT = Aws::String>
70 template <
typename ApplicationNameT = Aws::String>
72 m_applicationNameHasBeenSet =
true;
73 m_applicationName = std::forward<ApplicationNameT>(value);
75 template <
typename ApplicationNameT = Aws::String>
87 template <
typename IdcConfigurationT = IdCConfiguration>
89 m_idcConfigurationHasBeenSet =
true;
90 m_idcConfiguration = std::forward<IdcConfigurationT>(value);
92 template <
typename IdcConfigurationT = IdCConfiguration>
105 template <
typename RoleArnT = Aws::String>
107 m_roleArnHasBeenSet =
true;
108 m_roleArn = std::forward<RoleArnT>(value);
110 template <
typename RoleArnT = Aws::String>
122 template <
typename DefaultKmsKeyIdT = Aws::String>
124 m_defaultKmsKeyIdHasBeenSet =
true;
125 m_defaultKmsKeyId = std::forward<DefaultKmsKeyIdT>(value);
127 template <
typename DefaultKmsKeyIdT = Aws::String>
137 template <
typename RequestIdT = Aws::String>
139 m_requestIdHasBeenSet =
true;
140 m_requestId = std::forward<RequestIdT>(value);
142 template <
typename RequestIdT = Aws::String>
165 bool m_applicationIdHasBeenSet =
false;
166 bool m_domainHasBeenSet =
false;
167 bool m_applicationNameHasBeenSet =
false;
168 bool m_idcConfigurationHasBeenSet =
false;
169 bool m_roleArnHasBeenSet =
false;
170 bool m_defaultKmsKeyIdHasBeenSet =
false;
171 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetDefaultKmsKeyId() const
void SetDomain(DomainT &&value)
GetApplicationResult & WithDefaultKmsKeyId(DefaultKmsKeyIdT &&value)
GetApplicationResult & WithIdcConfiguration(IdcConfigurationT &&value)
const Aws::String & GetApplicationId() const
AWS_SECURITYAGENT_API GetApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SECURITYAGENT_API GetApplicationResult()=default
const IdCConfiguration & GetIdcConfiguration() const
void SetIdcConfiguration(IdcConfigurationT &&value)
GetApplicationResult & WithRequestId(RequestIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
const Aws::String & GetRoleArn() const
const Aws::String & GetDomain() const
const Aws::String & GetRequestId() const
GetApplicationResult & WithRoleArn(RoleArnT &&value)
GetApplicationResult & WithApplicationName(ApplicationNameT &&value)
void SetRoleArn(RoleArnT &&value)
void SetApplicationName(ApplicationNameT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SECURITYAGENT_API GetApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetApplicationName() const
void SetDefaultKmsKeyId(DefaultKmsKeyIdT &&value)
GetApplicationResult & WithApplicationId(ApplicationIdT &&value)
GetApplicationResult & WithDomain(DomainT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue