7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/iottwinmaker/IoTTwinMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/iottwinmaker/model/DestinationConfiguration.h>
12#include <aws/iottwinmaker/model/SourceConfiguration.h>
44 template<
typename MetadataTransferJobIdT = Aws::String>
45 void SetMetadataTransferJobId(MetadataTransferJobIdT&& value) { m_metadataTransferJobIdHasBeenSet =
true; m_metadataTransferJobId = std::forward<MetadataTransferJobIdT>(value); }
46 template<
typename MetadataTransferJobIdT = Aws::String>
56 template<
typename DescriptionT = Aws::String>
57 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
58 template<
typename DescriptionT = Aws::String>
68 template<
typename SourcesT = Aws::Vector<SourceConfiguration>>
69 void SetSources(SourcesT&& value) { m_sourcesHasBeenSet =
true; m_sources = std::forward<SourcesT>(value); }
70 template<
typename SourcesT = Aws::Vector<SourceConfiguration>>
72 template<
typename SourcesT = SourceConfiguration>
82 template<
typename DestinationT = DestinationConfiguration>
83 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
84 template<
typename DestinationT = DestinationConfiguration>
90 bool m_metadataTransferJobIdHasBeenSet =
false;
93 bool m_descriptionHasBeenSet =
false;
96 bool m_sourcesHasBeenSet =
false;
99 bool m_destinationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector