7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template <
typename ArtifactIdT = Aws::String>
42 m_artifactIdHasBeenSet =
true;
43 m_artifactId = std::forward<ArtifactIdT>(value);
45 template <
typename ArtifactIdT = Aws::String>
57 template <
typename ArtifactUrlT = Aws::String>
59 m_artifactUrlHasBeenSet =
true;
60 m_artifactUrl = std::forward<ArtifactUrlT>(value);
62 template <
typename ArtifactUrlT = Aws::String>
72 template <
typename RequestIdT = Aws::String>
74 m_requestIdHasBeenSet =
true;
75 m_requestId = std::forward<RequestIdT>(value);
77 template <
typename RequestIdT = Aws::String>
89 bool m_artifactIdHasBeenSet =
false;
90 bool m_artifactUrlHasBeenSet =
false;
91 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_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