7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
46 template<
typename ArtifactIdT = Aws::String>
47 void SetArtifactId(ArtifactIdT&& value) { m_artifactIdHasBeenSet =
true; m_artifactId = std::forward<ArtifactIdT>(value); }
48 template<
typename ArtifactIdT = Aws::String>
57 template<
typename ArtifactUrlT = Aws::String>
58 void SetArtifactUrl(ArtifactUrlT&& value) { m_artifactUrlHasBeenSet =
true; m_artifactUrl = std::forward<ArtifactUrlT>(value); }
59 template<
typename ArtifactUrlT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_artifactIdHasBeenSet =
false;
77 bool m_artifactUrlHasBeenSet =
false;
80 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