AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetArtifactUrlResult.h
1
6#pragma once
7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace Amplify
24{
25namespace Model
26{
34 {
35 public:
36 AWS_AMPLIFY_API GetArtifactUrlResult();
39
40
42
45 inline const Aws::String& GetArtifactId() const{ return m_artifactId; }
46 inline void SetArtifactId(const Aws::String& value) { m_artifactId = value; }
47 inline void SetArtifactId(Aws::String&& value) { m_artifactId = std::move(value); }
48 inline void SetArtifactId(const char* value) { m_artifactId.assign(value); }
49 inline GetArtifactUrlResult& WithArtifactId(const Aws::String& value) { SetArtifactId(value); return *this;}
50 inline GetArtifactUrlResult& WithArtifactId(Aws::String&& value) { SetArtifactId(std::move(value)); return *this;}
51 inline GetArtifactUrlResult& WithArtifactId(const char* value) { SetArtifactId(value); return *this;}
53
55
58 inline const Aws::String& GetArtifactUrl() const{ return m_artifactUrl; }
59 inline void SetArtifactUrl(const Aws::String& value) { m_artifactUrl = value; }
60 inline void SetArtifactUrl(Aws::String&& value) { m_artifactUrl = std::move(value); }
61 inline void SetArtifactUrl(const char* value) { m_artifactUrl.assign(value); }
62 inline GetArtifactUrlResult& WithArtifactUrl(const Aws::String& value) { SetArtifactUrl(value); return *this;}
63 inline GetArtifactUrlResult& WithArtifactUrl(Aws::String&& value) { SetArtifactUrl(std::move(value)); return *this;}
64 inline GetArtifactUrlResult& WithArtifactUrl(const char* value) { SetArtifactUrl(value); return *this;}
66
68
69 inline const Aws::String& GetRequestId() const{ return m_requestId; }
70 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
71 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
72 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
73 inline GetArtifactUrlResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
74 inline GetArtifactUrlResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
75 inline GetArtifactUrlResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
77 private:
78
79 Aws::String m_artifactId;
80
81 Aws::String m_artifactUrl;
82
83 Aws::String m_requestId;
84 };
85
86} // namespace Model
87} // namespace Amplify
88} // namespace Aws
GetArtifactUrlResult & WithArtifactUrl(Aws::String &&value)
GetArtifactUrlResult & WithRequestId(const char *value)
GetArtifactUrlResult & WithArtifactId(Aws::String &&value)
GetArtifactUrlResult & WithArtifactUrl(const Aws::String &value)
AWS_AMPLIFY_API GetArtifactUrlResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const Aws::String &value)
GetArtifactUrlResult & WithRequestId(Aws::String &&value)
GetArtifactUrlResult & WithArtifactUrl(const char *value)
GetArtifactUrlResult & WithRequestId(const Aws::String &value)
GetArtifactUrlResult & WithArtifactId(const char *value)
AWS_AMPLIFY_API GetArtifactUrlResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetArtifactUrlResult & WithArtifactId(const Aws::String &value)
void SetArtifactUrl(const Aws::String &value)
void SetArtifactId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue