7#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ApplicationDiscoveryService
47 template<
typename ConfigurationIdT = Aws::String>
48 void SetConfigurationId(ConfigurationIdT&& value) { m_configurationIdHasBeenSet =
true; m_configurationId = std::forward<ConfigurationIdT>(value); }
49 template<
typename ConfigurationIdT = Aws::String>
59 inline void SetErrorStatusCode(
int value) { m_errorStatusCodeHasBeenSet =
true; m_errorStatusCode = value; }
70 template<
typename ErrorMessageT = Aws::String>
71 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
72 template<
typename ErrorMessageT = Aws::String>
78 bool m_configurationIdHasBeenSet =
false;
80 int m_errorStatusCode{0};
81 bool m_errorStatusCodeHasBeenSet =
false;
84 bool m_errorMessageHasBeenSet =
false;
bool ErrorStatusCodeHasBeenSet() const
const Aws::String & GetErrorMessage() const
FailedConfiguration & WithErrorStatusCode(int value)
void SetConfigurationId(ConfigurationIdT &&value)
int GetErrorStatusCode() const
AWS_APPLICATIONDISCOVERYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
FailedConfiguration & WithErrorMessage(ErrorMessageT &&value)
void SetErrorStatusCode(int value)
bool ErrorMessageHasBeenSet() const
void SetErrorMessage(ErrorMessageT &&value)
FailedConfiguration & WithConfigurationId(ConfigurationIdT &&value)
AWS_APPLICATIONDISCOVERYSERVICE_API FailedConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONDISCOVERYSERVICE_API FailedConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ConfigurationIdHasBeenSet() const
AWS_APPLICATIONDISCOVERYSERVICE_API FailedConfiguration()=default
const Aws::String & GetConfigurationId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue