7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/AppBlock.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename AppBlockT = AppBlock>
42 void SetAppBlock(AppBlockT&& value) { m_appBlockHasBeenSet =
true; m_appBlock = std::forward<AppBlockT>(value); }
43 template<
typename AppBlockT = AppBlock>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_appBlockHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
AWS_APPSTREAM_API CreateAppBlockResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPSTREAM_API CreateAppBlockResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateAppBlockResult & WithAppBlock(AppBlockT &&value)
const AppBlock & GetAppBlock() const
AWS_APPSTREAM_API CreateAppBlockResult()=default
void SetRequestId(RequestIdT &&value)
CreateAppBlockResult & WithRequestId(RequestIdT &&value)
void SetAppBlock(AppBlockT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue