7#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ApplicationDiscoveryService
48 template<
typename AgentIdT = Aws::String>
49 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
50 template<
typename AgentIdT = Aws::String>
63 inline void SetOperationSucceeded(
bool value) { m_operationSucceededHasBeenSet =
true; m_operationSucceeded = value; }
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
81 bool m_agentIdHasBeenSet =
false;
83 bool m_operationSucceeded{
false};
84 bool m_operationSucceededHasBeenSet =
false;
87 bool m_descriptionHasBeenSet =
false;
bool GetOperationSucceeded() const
AgentConfigurationStatus & WithDescription(DescriptionT &&value)
bool OperationSucceededHasBeenSet() const
AWS_APPLICATIONDISCOVERYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DescriptionHasBeenSet() const
bool AgentIdHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_APPLICATIONDISCOVERYSERVICE_API AgentConfigurationStatus()=default
const Aws::String & GetDescription() const
void SetOperationSucceeded(bool value)
AgentConfigurationStatus & WithOperationSucceeded(bool value)
AWS_APPLICATIONDISCOVERYSERVICE_API AgentConfigurationStatus(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONDISCOVERYSERVICE_API AgentConfigurationStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAgentId(AgentIdT &&value)
const Aws::String & GetAgentId() const
AgentConfigurationStatus & WithAgentId(AgentIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue