7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pinpoint/Pinpoint_EXPORTS.h>
10#include <aws/pinpoint/model/GCMChannelResponse.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
34 template <
typename GCMChannelResponseT = GCMChannelResponse>
36 m_gCMChannelResponseHasBeenSet =
true;
37 m_gCMChannelResponse = std::forward<GCMChannelResponseT>(value);
39 template <
typename GCMChannelResponseT = GCMChannelResponse>
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
67 bool m_gCMChannelResponseHasBeenSet =
false;
68 bool m_requestIdHasBeenSet =
false;
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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&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