7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace KinesisAnalyticsV2 {
36 template <
typename AuthorizedUrlT = Aws::String>
38 m_authorizedUrlHasBeenSet =
true;
39 m_authorizedUrl = std::forward<AuthorizedUrlT>(value);
41 template <
typename AuthorizedUrlT = Aws::String>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_authorizedUrlHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
void SetAuthorizedUrl(AuthorizedUrlT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_KINESISANALYTICSV2_API CreateApplicationPresignedUrlResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateApplicationPresignedUrlResult & WithRequestId(RequestIdT &&value)
AWS_KINESISANALYTICSV2_API CreateApplicationPresignedUrlResult()=default
CreateApplicationPresignedUrlResult & WithAuthorizedUrl(AuthorizedUrlT &&value)
const Aws::String & GetAuthorizedUrl() const
void SetRequestId(RequestIdT &&value)
AWS_KINESISANALYTICSV2_API CreateApplicationPresignedUrlResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue