7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
9#include <aws/discovery/model/DeleteAgentErrorCode.h>
20namespace ApplicationDiscoveryService {
43 template <
typename AgentIdT = Aws::String>
45 m_agentIdHasBeenSet =
true;
46 m_agentId = std::forward<AgentIdT>(value);
48 template <
typename AgentIdT = Aws::String>
61 template <
typename ErrorMessageT = Aws::String>
63 m_errorMessageHasBeenSet =
true;
64 m_errorMessage = std::forward<ErrorMessageT>(value);
66 template <
typename ErrorMessageT = Aws::String>
81 m_errorCodeHasBeenSet =
true;
95 bool m_agentIdHasBeenSet =
false;
96 bool m_errorMessageHasBeenSet =
false;
97 bool m_errorCodeHasBeenSet =
false;
const Aws::String & GetErrorMessage() const
bool AgentIdHasBeenSet() const
void SetErrorMessage(ErrorMessageT &&value)
const Aws::String & GetAgentId() const
BatchDeleteAgentError & WithAgentId(AgentIdT &&value)
AWS_APPLICATIONDISCOVERYSERVICE_API BatchDeleteAgentError(Aws::Utils::Json::JsonView jsonValue)
bool ErrorMessageHasBeenSet() const
AWS_APPLICATIONDISCOVERYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorCode(DeleteAgentErrorCode value)
bool ErrorCodeHasBeenSet() const
BatchDeleteAgentError & WithErrorMessage(ErrorMessageT &&value)
DeleteAgentErrorCode GetErrorCode() const
AWS_APPLICATIONDISCOVERYSERVICE_API BatchDeleteAgentError()=default
void SetAgentId(AgentIdT &&value)
AWS_APPLICATIONDISCOVERYSERVICE_API BatchDeleteAgentError & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchDeleteAgentError & WithErrorCode(DeleteAgentErrorCode value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue