7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
10#include <aws/devops-agent/model/IamAuthConfiguration.h>
11#include <aws/devops-agent/model/IdcAuthConfiguration.h>
12#include <aws/devops-agent/model/IdpAuthConfiguration.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace DevOpsAgent {
44 template <
typename AgentSpaceIdT = Aws::String>
46 m_agentSpaceIdHasBeenSet =
true;
47 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
49 template <
typename AgentSpaceIdT = Aws::String>
59 template <
typename IamT = IamAuthConfiguration>
61 m_iamHasBeenSet =
true;
62 m_iam = std::forward<IamT>(value);
64 template <
typename IamT = IamAuthConfiguration>
66 SetIam(std::forward<IamT>(value));
74 template <
typename IdcT = IdcAuthConfiguration>
76 m_idcHasBeenSet =
true;
77 m_idc = std::forward<IdcT>(value);
79 template <
typename IdcT = IdcAuthConfiguration>
81 SetIdc(std::forward<IdcT>(value));
89 template <
typename IdpT = IdpAuthConfiguration>
91 m_idpHasBeenSet =
true;
92 m_idp = std::forward<IdpT>(value);
94 template <
typename IdpT = IdpAuthConfiguration>
96 SetIdp(std::forward<IdpT>(value));
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_agentSpaceIdHasBeenSet =
false;
129 bool m_iamHasBeenSet =
false;
130 bool m_idcHasBeenSet =
false;
131 bool m_idpHasBeenSet =
false;
132 bool m_requestIdHasBeenSet =
false;
const IamAuthConfiguration & GetIam() const
AWS_DEVOPSAGENT_API EnableOperatorAppResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DEVOPSAGENT_API EnableOperatorAppResult()=default
const IdcAuthConfiguration & GetIdc() const
void SetIdp(IdpT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetAgentSpaceId() const
EnableOperatorAppResult & WithAgentSpaceId(AgentSpaceIdT &&value)
void SetAgentSpaceId(AgentSpaceIdT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_DEVOPSAGENT_API EnableOperatorAppResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
EnableOperatorAppResult & WithRequestId(RequestIdT &&value)
EnableOperatorAppResult & WithIam(IamT &&value)
void SetIam(IamT &&value)
const IdpAuthConfiguration & GetIdp() const
void SetIdc(IdcT &&value)
EnableOperatorAppResult & WithIdc(IdcT &&value)
EnableOperatorAppResult & WithIdp(IdpT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue