7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/evs/EVS_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename DepotUrlT = Aws::String>
38 m_depotUrlHasBeenSet =
true;
39 m_depotUrl = std::forward<DepotUrlT>(value);
41 template <
typename DepotUrlT = Aws::String>
54 template <
typename TokenT = Aws::String>
56 m_tokenHasBeenSet =
true;
57 m_token = std::forward<TokenT>(value);
59 template <
typename TokenT = Aws::String>
61 SetToken(std::forward<TokenT>(value));
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
89 bool m_depotUrlHasBeenSet =
false;
90 bool m_tokenHasBeenSet =
false;
91 bool m_requestIdHasBeenSet =
false;
AWS_EVS_API GetDepotUrlResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_EVS_API GetDepotUrlResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetToken(TokenT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
GetDepotUrlResult & WithDepotUrl(DepotUrlT &&value)
const Aws::String & GetDepotUrl() const
GetDepotUrlResult & WithRequestId(RequestIdT &&value)
void SetDepotUrl(DepotUrlT &&value)
AWS_EVS_API GetDepotUrlResult()=default
GetDepotUrlResult & WithToken(TokenT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue