7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/AppBlockBuilder.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
33 template <
typename AppBlockBuilderT = AppBlockBuilder>
35 m_appBlockBuilderHasBeenSet =
true;
36 m_appBlockBuilder = std::forward<AppBlockBuilderT>(value);
38 template <
typename AppBlockBuilderT = AppBlockBuilder>
48 template <
typename RequestIdT = Aws::String>
50 m_requestIdHasBeenSet =
true;
51 m_requestId = std::forward<RequestIdT>(value);
53 template <
typename RequestIdT = Aws::String>
63 bool m_appBlockBuilderHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
void SetAppBlockBuilder(AppBlockBuilderT &&value)
const AppBlockBuilder & GetAppBlockBuilder() const
AWS_APPSTREAM_API StopAppBlockBuilderResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPSTREAM_API StopAppBlockBuilderResult()=default
StopAppBlockBuilderResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_APPSTREAM_API StopAppBlockBuilderResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
StopAppBlockBuilderResult & WithAppBlockBuilder(AppBlockBuilderT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue