7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/iotfleetwise/IoTFleetWiseRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/iotfleetwise/model/Node.h>
12#include <aws/iotfleetwise/model/Tag.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
71 template<
typename NodesT = Aws::Vector<Node>>
72 void SetNodes(NodesT&& value) { m_nodesHasBeenSet =
true; m_nodes = std::forward<NodesT>(value); }
73 template<
typename NodesT = Aws::Vector<Node>>
75 template<
typename NodesT = Node>
85 template<
typename TagsT = Aws::Vector<Tag>>
86 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
87 template<
typename TagsT = Aws::Vector<Tag>>
89 template<
typename TagsT = Tag>
95 bool m_nameHasBeenSet =
false;
98 bool m_descriptionHasBeenSet =
false;
101 bool m_nodesHasBeenSet =
false;
104 bool m_tagsHasBeenSet =
false;
CreateSignalCatalogRequest & WithName(NameT &&value)
const Aws::String & GetDescription() const
CreateSignalCatalogRequest & WithNodes(NodesT &&value)
AWS_IOTFLEETWISE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool TagsHasBeenSet() const
void SetNodes(NodesT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
bool NodesHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CreateSignalCatalogRequest & AddTags(TagsT &&value)
void SetDescription(DescriptionT &&value)
bool NameHasBeenSet() const
bool DescriptionHasBeenSet() const
CreateSignalCatalogRequest & WithTags(TagsT &&value)
CreateSignalCatalogRequest & AddNodes(NodesT &&value)
CreateSignalCatalogRequest & WithDescription(DescriptionT &&value)
AWS_IOTFLEETWISE_API Aws::String SerializePayload() const override
const Aws::Vector< Node > & GetNodes() const
AWS_IOTFLEETWISE_API CreateSignalCatalogRequest()=default
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector