7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/amplify/AmplifyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetArtifactId(
const char* value) { m_artifactIdHasBeenSet =
true; m_artifactId.assign(value); }
55 bool m_artifactIdHasBeenSet =
false;
bool ArtifactIdHasBeenSet() const
AWS_AMPLIFY_API GetArtifactUrlRequest()
GetArtifactUrlRequest & WithArtifactId(const Aws::String &value)
AWS_AMPLIFY_API Aws::String SerializePayload() const override
void SetArtifactId(Aws::String &&value)
void SetArtifactId(const char *value)
void SetArtifactId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
GetArtifactUrlRequest & WithArtifactId(const char *value)
GetArtifactUrlRequest & WithArtifactId(Aws::String &&value)
const Aws::String & GetArtifactId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String