7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename LocationT = Aws::String>
47 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
48 template<
typename LocationT = Aws::String>
54 bool m_locationHasBeenSet =
false;
S3SourceConfiguration & WithLocation(LocationT &&value)
AWS_IOTTWINMAKER_API S3SourceConfiguration()=default
void SetLocation(LocationT &&value)
const Aws::String & GetLocation() const
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool LocationHasBeenSet() const
AWS_IOTTWINMAKER_API S3SourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTTWINMAKER_API S3SourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue