7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template <
typename ArtifactIdT = Aws::String>
43 m_artifactIdHasBeenSet =
true;
44 m_artifactId = std::forward<ArtifactIdT>(value);
46 template <
typename ArtifactIdT = Aws::String>
58 template <
typename ArtifactUrlT = Aws::String>
60 m_artifactUrlHasBeenSet =
true;
61 m_artifactUrl = std::forward<ArtifactUrlT>(value);
63 template <
typename ArtifactUrlT = Aws::String>
73 template <
typename RequestIdT = Aws::String>
75 m_requestIdHasBeenSet =
true;
76 m_requestId = std::forward<RequestIdT>(value);
78 template <
typename RequestIdT = Aws::String>
93 bool m_artifactIdHasBeenSet =
false;
94 bool m_artifactUrlHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
GetArtifactUrlResult & WithArtifactId(ArtifactIdT &&value)
void SetArtifactUrl(ArtifactUrlT &&value)
GetArtifactUrlResult & WithRequestId(RequestIdT &&value)
GetArtifactUrlResult & WithArtifactUrl(ArtifactUrlT &&value)
const Aws::String & GetArtifactId() const
AWS_AMPLIFY_API GetArtifactUrlResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_AMPLIFY_API GetArtifactUrlResult()=default
AWS_AMPLIFY_API GetArtifactUrlResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetArtifactUrl() const
void SetArtifactId(ArtifactIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue