7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iottwinmaker/model/PropertyValueEntry.h>
48 template<
typename ErrorCodeT = Aws::String>
49 void SetErrorCode(ErrorCodeT&& value) { m_errorCodeHasBeenSet =
true; m_errorCode = std::forward<ErrorCodeT>(value); }
50 template<
typename ErrorCodeT = Aws::String>
60 template<
typename ErrorMessageT = Aws::String>
61 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
62 template<
typename ErrorMessageT = Aws::String>
73 template<
typename EntryT = PropertyValueEntry>
74 void SetEntry(EntryT&& value) { m_entryHasBeenSet =
true; m_entry = std::forward<EntryT>(value); }
75 template<
typename EntryT = PropertyValueEntry>
81 bool m_errorCodeHasBeenSet =
false;
84 bool m_errorMessageHasBeenSet =
false;
87 bool m_entryHasBeenSet =
false;
AWS_IOTTWINMAKER_API BatchPutPropertyError & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetErrorCode(ErrorCodeT &&value)
bool ErrorCodeHasBeenSet() const
bool ErrorMessageHasBeenSet() const
BatchPutPropertyError & WithErrorMessage(ErrorMessageT &&value)
BatchPutPropertyError & WithEntry(EntryT &&value)
AWS_IOTTWINMAKER_API BatchPutPropertyError()=default
void SetErrorMessage(ErrorMessageT &&value)
BatchPutPropertyError & WithErrorCode(ErrorCodeT &&value)
const Aws::String & GetErrorCode() const
const PropertyValueEntry & GetEntry() const
void SetEntry(EntryT &&value)
AWS_IOTTWINMAKER_API BatchPutPropertyError(Aws::Utils::Json::JsonView jsonValue)
bool EntryHasBeenSet() const
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetErrorMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue