AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetUploadResult.h
1
6#pragma once
7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/devicefarm/model/Upload.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace DeviceFarm
25{
26namespace Model
27{
34 {
35 public:
36 AWS_DEVICEFARM_API GetUploadResult();
39
40
42
46 inline const Upload& GetUpload() const{ return m_upload; }
47 inline void SetUpload(const Upload& value) { m_upload = value; }
48 inline void SetUpload(Upload&& value) { m_upload = std::move(value); }
49 inline GetUploadResult& WithUpload(const Upload& value) { SetUpload(value); return *this;}
50 inline GetUploadResult& WithUpload(Upload&& value) { SetUpload(std::move(value)); return *this;}
52
54
55 inline const Aws::String& GetRequestId() const{ return m_requestId; }
56 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
57 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
58 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
59 inline GetUploadResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
60 inline GetUploadResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
61 inline GetUploadResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
63 private:
64
65 Upload m_upload;
66
67 Aws::String m_requestId;
68 };
69
70} // namespace Model
71} // namespace DeviceFarm
72} // namespace Aws
void SetRequestId(const Aws::String &value)
GetUploadResult & WithRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
GetUploadResult & WithRequestId(const char *value)
GetUploadResult & WithUpload(Upload &&value)
const Aws::String & GetRequestId() const
GetUploadResult & WithUpload(const Upload &value)
AWS_DEVICEFARM_API GetUploadResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DEVICEFARM_API GetUploadResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetUploadResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue