AWS SDK for C++

AWS SDK for C++ Version 1.11.682

Loading...
Searching...
No Matches
UpdateGcmChannelResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
9#include <aws/pinpoint/model/GCMChannelResponse.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace Pinpoint {
23namespace Model {
25 public:
26 AWS_PINPOINT_API UpdateGcmChannelResult() = default;
29
31
32 inline const GCMChannelResponse& GetGCMChannelResponse() const { return m_gCMChannelResponse; }
33 template <typename GCMChannelResponseT = GCMChannelResponse>
34 void SetGCMChannelResponse(GCMChannelResponseT&& value) {
35 m_gCMChannelResponseHasBeenSet = true;
36 m_gCMChannelResponse = std::forward<GCMChannelResponseT>(value);
37 }
38 template <typename GCMChannelResponseT = GCMChannelResponse>
39 UpdateGcmChannelResult& WithGCMChannelResponse(GCMChannelResponseT&& value) {
40 SetGCMChannelResponse(std::forward<GCMChannelResponseT>(value));
41 return *this;
42 }
44
46
47 inline const Aws::String& GetRequestId() const { return m_requestId; }
48 template <typename RequestIdT = Aws::String>
49 void SetRequestId(RequestIdT&& value) {
50 m_requestIdHasBeenSet = true;
51 m_requestId = std::forward<RequestIdT>(value);
52 }
53 template <typename RequestIdT = Aws::String>
55 SetRequestId(std::forward<RequestIdT>(value));
56 return *this;
57 }
59 private:
60 GCMChannelResponse m_gCMChannelResponse;
61 bool m_gCMChannelResponseHasBeenSet = false;
62
63 Aws::String m_requestId;
64 bool m_requestIdHasBeenSet = false;
65};
66
67} // namespace Model
68} // namespace Pinpoint
69} // namespace Aws
AWS_PINPOINT_API UpdateGcmChannelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const GCMChannelResponse & GetGCMChannelResponse() const
AWS_PINPOINT_API UpdateGcmChannelResult()=default
void SetGCMChannelResponse(GCMChannelResponseT &&value)
UpdateGcmChannelResult & WithGCMChannelResponse(GCMChannelResponseT &&value)
AWS_PINPOINT_API UpdateGcmChannelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateGcmChannelResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue