7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename StreamingURLT = Aws::String>
42 void SetStreamingURL(StreamingURLT&& value) { m_streamingURLHasBeenSet =
true; m_streamingURL = std::forward<StreamingURLT>(value); }
43 template<
typename StreamingURLT = Aws::String>
52 template<
typename ExpiresT = Aws::Utils::DateTime>
53 void SetExpires(ExpiresT&& value) { m_expiresHasBeenSet =
true; m_expires = std::forward<ExpiresT>(value); }
54 template<
typename ExpiresT = Aws::Utils::DateTime>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_streamingURLHasBeenSet =
false;
72 bool m_expiresHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
void SetExpires(ExpiresT &&value)
CreateStreamingURLResult & WithExpires(ExpiresT &&value)
CreateStreamingURLResult & WithRequestId(RequestIdT &&value)
void SetStreamingURL(StreamingURLT &&value)
AWS_APPSTREAM_API CreateStreamingURLResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateStreamingURLResult & WithStreamingURL(StreamingURLT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetStreamingURL() const
const Aws::Utils::DateTime & GetExpires() const
const Aws::String & GetRequestId() const
AWS_APPSTREAM_API CreateStreamingURLResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPSTREAM_API CreateStreamingURLResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue