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