7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/iottwinmaker/model/ParentEntityUpdateType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 inline void SetParentEntityId(
const char* value) { m_parentEntityIdHasBeenSet =
true; m_parentEntityId.assign(value); }
69 bool m_updateTypeHasBeenSet =
false;
72 bool m_parentEntityIdHasBeenSet =
false;
ParentEntityUpdateRequest & WithParentEntityId(const char *value)
ParentEntityUpdateRequest & WithUpdateType(const ParentEntityUpdateType &value)
AWS_IOTTWINMAKER_API ParentEntityUpdateRequest(Aws::Utils::Json::JsonView jsonValue)
void SetParentEntityId(const Aws::String &value)
const Aws::String & GetParentEntityId() const
void SetUpdateType(const ParentEntityUpdateType &value)
AWS_IOTTWINMAKER_API ParentEntityUpdateRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTTWINMAKER_API ParentEntityUpdateRequest()
bool ParentEntityIdHasBeenSet() const
ParentEntityUpdateRequest & WithUpdateType(ParentEntityUpdateType &&value)
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetParentEntityId(const char *value)
ParentEntityUpdateRequest & WithParentEntityId(const Aws::String &value)
ParentEntityUpdateRequest & WithParentEntityId(Aws::String &&value)
void SetParentEntityId(Aws::String &&value)
bool UpdateTypeHasBeenSet() const
const ParentEntityUpdateType & GetUpdateType() const
void SetUpdateType(ParentEntityUpdateType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue