7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename StreamNameT = Aws::String>
48 void SetStreamName(StreamNameT&& value) { m_streamNameHasBeenSet =
true; m_streamName = std::forward<StreamNameT>(value); }
49 template<
typename StreamNameT = Aws::String>
55 bool m_streamNameHasBeenSet =
false;
AWS_APPFABRIC_API FirehoseStream(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStreamName() const
AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStreamName(StreamNameT &&value)
AWS_APPFABRIC_API FirehoseStream & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFABRIC_API FirehoseStream()=default
FirehoseStream & WithStreamName(StreamNameT &&value)
bool StreamNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue