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>
61 template <
typename OperatorAppUrlT = Aws::String>
63 m_operatorAppUrlHasBeenSet =
true;
64 m_operatorAppUrl = std::forward<OperatorAppUrlT>(value);
66 template <
typename OperatorAppUrlT = Aws::String>
76 template <
typename IamT = IamAuthConfiguration>
78 m_iamHasBeenSet =
true;
79 m_iam = std::forward<IamT>(value);
81 template <
typename IamT = IamAuthConfiguration>
83 SetIam(std::forward<IamT>(value));
91 template <
typename IdcT = IdcAuthConfiguration>
93 m_idcHasBeenSet =
true;
94 m_idc = std::forward<IdcT>(value);
96 template <
typename IdcT = IdcAuthConfiguration>
98 SetIdc(std::forward<IdcT>(value));
106 template <
typename IdpT = IdpAuthConfiguration>
108 m_idpHasBeenSet =
true;
109 m_idp = std::forward<IdpT>(value);
111 template <
typename IdpT = IdpAuthConfiguration>
113 SetIdp(std::forward<IdpT>(value));
121 template <
typename RequestIdT = Aws::String>
123 m_requestIdHasBeenSet =
true;
124 m_requestId = std::forward<RequestIdT>(value);
126 template <
typename RequestIdT = Aws::String>
147 bool m_agentSpaceIdHasBeenSet =
false;
148 bool m_operatorAppUrlHasBeenSet =
false;
149 bool m_iamHasBeenSet =
false;
150 bool m_idcHasBeenSet =
false;
151 bool m_idpHasBeenSet =
false;
152 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetOperatorAppUrl() const
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
void SetOperatorAppUrl(OperatorAppUrlT &&value)
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 & WithOperatorAppUrl(OperatorAppUrlT &&value)
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