7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/model/ConfigurationStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
64 template<
typename ErrorCodeT = Aws::String>
65 void SetErrorCode(ErrorCodeT&& value) { m_errorCodeHasBeenSet =
true; m_errorCode = std::forward<ErrorCodeT>(value); }
66 template<
typename ErrorCodeT = Aws::String>
77 template<
typename ErrorMessageT = Aws::String>
78 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
79 template<
typename ErrorMessageT = Aws::String>
85 bool m_configurationStatusHasBeenSet =
false;
88 bool m_errorCodeHasBeenSet =
false;
91 bool m_errorMessageHasBeenSet =
false;
bool ConfigurationStatusHasBeenSet() const
bool ErrorCodeHasBeenSet() const
bool ErrorMessageHasBeenSet() const
void SetConfigurationStatus(ConfigurationStatus value)
void SetErrorMessage(ErrorMessageT &&value)
AWS_IOT_API ConfigurationDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API ConfigurationDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
ConfigurationStatus GetConfigurationStatus() const
ConfigurationDetails & WithErrorCode(ErrorCodeT &&value)
const Aws::String & GetErrorCode() const
ConfigurationDetails & WithErrorMessage(ErrorMessageT &&value)
ConfigurationDetails & WithConfigurationStatus(ConfigurationStatus value)
void SetErrorCode(ErrorCodeT &&value)
AWS_IOT_API ConfigurationDetails()=default
const Aws::String & GetErrorMessage() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue