7#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ApplicationDiscoveryService
47 template<
typename AgentIdT = Aws::String>
48 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
49 template<
typename AgentIdT = Aws::String>
61 inline bool GetForce()
const {
return m_force; }
63 inline void SetForce(
bool value) { m_forceHasBeenSet =
true; m_force = value; }
69 bool m_agentIdHasBeenSet =
false;
72 bool m_forceHasBeenSet =
false;
AWS_APPLICATIONDISCOVERYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPLICATIONDISCOVERYSERVICE_API DeleteAgent()=default
AWS_APPLICATIONDISCOVERYSERVICE_API DeleteAgent & operator=(Aws::Utils::Json::JsonView jsonValue)
DeleteAgent & WithAgentId(AgentIdT &&value)
bool AgentIdHasBeenSet() const
void SetAgentId(AgentIdT &&value)
void SetForce(bool value)
const Aws::String & GetAgentId() const
bool ForceHasBeenSet() const
AWS_APPLICATIONDISCOVERYSERVICE_API DeleteAgent(Aws::Utils::Json::JsonView jsonValue)
DeleteAgent & WithForce(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue