7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgentRequest.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
10#include <aws/devops-agent/model/AuthFlow.h>
15namespace DevOpsAgent {
44 template <
typename AgentSpaceIdT = Aws::String>
46 m_agentSpaceIdHasBeenSet =
true;
47 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
49 template <
typename AgentSpaceIdT = Aws::String>
63 m_authFlowHasBeenSet =
true;
75 bool m_agentSpaceIdHasBeenSet =
false;
76 bool m_authFlowHasBeenSet =
false;
AWS_DEVOPSAGENT_API DisableOperatorAppRequest()=default
DisableOperatorAppRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
virtual const char * GetServiceRequestName() const override
bool AuthFlowHasBeenSet() const
AuthFlow GetAuthFlow() const
AWS_DEVOPSAGENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetAgentSpaceId() const
void SetAuthFlow(AuthFlow value)
void SetAgentSpaceId(AgentSpaceIdT &&value)
DisableOperatorAppRequest & WithAuthFlow(AuthFlow value)
bool AgentSpaceIdHasBeenSet() const
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String