7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotfleetwise/model/StructuredMessageListType.h>
27 class StructuredMessage;
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
89 inline void SetCapacity(
int value) { m_capacityHasBeenSet =
true; m_capacity = value; }
95 bool m_nameHasBeenSet =
false;
97 std::shared_ptr<StructuredMessage> m_memberType;
98 bool m_memberTypeHasBeenSet =
false;
101 bool m_listTypeHasBeenSet =
false;
104 bool m_capacityHasBeenSet =
false;
const Aws::String & GetName() const
StructuredMessageListDefinition & WithListType(const StructuredMessageListType &value)
AWS_IOTFLEETWISE_API void SetMemberType(const StructuredMessage &value)
StructuredMessageListDefinition & WithListType(StructuredMessageListType &&value)
AWS_IOTFLEETWISE_API void SetMemberType(StructuredMessage &&value)
StructuredMessageListDefinition & WithName(const Aws::String &value)
void SetListType(StructuredMessageListType &&value)
void SetListType(const StructuredMessageListType &value)
AWS_IOTFLEETWISE_API StructuredMessageListDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CapacityHasBeenSet() const
AWS_IOTFLEETWISE_API StructuredMessageListDefinition & WithMemberType(StructuredMessage &&value)
StructuredMessageListDefinition & WithName(Aws::String &&value)
void SetName(const char *value)
AWS_IOTFLEETWISE_API StructuredMessageListDefinition(Aws::Utils::Json::JsonView jsonValue)
void SetName(Aws::String &&value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTFLEETWISE_API bool MemberTypeHasBeenSet() const
AWS_IOTFLEETWISE_API StructuredMessageListDefinition()
AWS_IOTFLEETWISE_API StructuredMessageListDefinition & WithMemberType(const StructuredMessage &value)
bool ListTypeHasBeenSet() const
void SetCapacity(int value)
StructuredMessageListDefinition & WithName(const char *value)
bool NameHasBeenSet() const
StructuredMessageListDefinition & WithCapacity(int value)
void SetName(const Aws::String &value)
AWS_IOTFLEETWISE_API const StructuredMessage & GetMemberType() const
const StructuredMessageListType & GetListType() const
StructuredMessageListType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue