7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iottwinmaker/model/IotTwinMakerSourceConfigurationFilter.h>
49 template<
typename WorkspaceT = Aws::String>
50 void SetWorkspace(WorkspaceT&& value) { m_workspaceHasBeenSet =
true; m_workspace = std::forward<WorkspaceT>(value); }
51 template<
typename WorkspaceT = Aws::String>
61 template<
typename FiltersT = Aws::Vector<IotTwinMakerSourceConfigurationFilter>>
62 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
63 template<
typename FiltersT = Aws::Vector<IotTwinMakerSourceConfigurationFilter>>
65 template<
typename FiltersT = IotTwinMakerSourceConfigurationFilter>
71 bool m_workspaceHasBeenSet =
false;
74 bool m_filtersHasBeenSet =
false;
const Aws::String & GetWorkspace() const
IotTwinMakerSourceConfiguration & WithFilters(FiltersT &&value)
bool FiltersHasBeenSet() const
AWS_IOTTWINMAKER_API IotTwinMakerSourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
IotTwinMakerSourceConfiguration & AddFilters(FiltersT &&value)
const Aws::Vector< IotTwinMakerSourceConfigurationFilter > & GetFilters() const
void SetWorkspace(WorkspaceT &&value)
void SetFilters(FiltersT &&value)
IotTwinMakerSourceConfiguration & WithWorkspace(WorkspaceT &&value)
bool WorkspaceHasBeenSet() const
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTTWINMAKER_API IotTwinMakerSourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTTWINMAKER_API IotTwinMakerSourceConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue