7#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/discovery/model/DeleteAgentErrorCode.h>
22namespace ApplicationDiscoveryService
51 inline void SetAgentId(
const char* value) { m_agentIdHasBeenSet =
true; m_agentId.assign(value); }
65 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
86 bool m_agentIdHasBeenSet =
false;
89 bool m_errorMessageHasBeenSet =
false;
92 bool m_errorCodeHasBeenSet =
false;
const Aws::String & GetErrorMessage() const
BatchDeleteAgentError & WithErrorMessage(Aws::String &&value)
void SetAgentId(const char *value)
bool AgentIdHasBeenSet() const
BatchDeleteAgentError & WithAgentId(const char *value)
BatchDeleteAgentError & WithErrorMessage(const char *value)
void SetAgentId(const Aws::String &value)
void SetErrorCode(DeleteAgentErrorCode &&value)
const Aws::String & GetAgentId() const
const DeleteAgentErrorCode & GetErrorCode() const
void SetErrorMessage(Aws::String &&value)
void SetErrorMessage(const char *value)
AWS_APPLICATIONDISCOVERYSERVICE_API BatchDeleteAgentError(Aws::Utils::Json::JsonView jsonValue)
bool ErrorMessageHasBeenSet() const
AWS_APPLICATIONDISCOVERYSERVICE_API BatchDeleteAgentError()
AWS_APPLICATIONDISCOVERYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorCode(const DeleteAgentErrorCode &value)
void SetErrorMessage(const Aws::String &value)
bool ErrorCodeHasBeenSet() const
BatchDeleteAgentError & WithErrorMessage(const Aws::String &value)
void SetAgentId(Aws::String &&value)
BatchDeleteAgentError & WithAgentId(Aws::String &&value)
BatchDeleteAgentError & WithErrorCode(const DeleteAgentErrorCode &value)
BatchDeleteAgentError & WithAgentId(const Aws::String &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