7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
9#include <aws/iot/model/ConfigurationStatus.h>
47 m_configurationStatusHasBeenSet =
true;
48 m_configurationStatus = value;
64 template <
typename ErrorCodeT = Aws::String>
66 m_errorCodeHasBeenSet =
true;
67 m_errorCode = std::forward<ErrorCodeT>(value);
69 template <
typename ErrorCodeT = Aws::String>
83 template <
typename ErrorMessageT = Aws::String>
85 m_errorMessageHasBeenSet =
true;
86 m_errorMessage = std::forward<ErrorMessageT>(value);
88 template <
typename ErrorMessageT = Aws::String>
100 bool m_configurationStatusHasBeenSet =
false;
101 bool m_errorCodeHasBeenSet =
false;
102 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