7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/model/APNSChannelResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
39 template<
typename APNSChannelResponseT = APNSChannelResponse>
40 void SetAPNSChannelResponse(APNSChannelResponseT&& value) { m_aPNSChannelResponseHasBeenSet =
true; m_aPNSChannelResponse = std::forward<APNSChannelResponseT>(value); }
41 template<
typename APNSChannelResponseT = APNSChannelResponse>
48 template<
typename RequestIdT = Aws::String>
49 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
50 template<
typename RequestIdT = Aws::String>
56 bool m_aPNSChannelResponseHasBeenSet =
false;
59 bool m_requestIdHasBeenSet =
false;
const APNSChannelResponse & GetAPNSChannelResponse() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_PINPOINT_API UpdateApnsChannelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateApnsChannelResult & WithAPNSChannelResponse(APNSChannelResponseT &&value)
UpdateApnsChannelResult & WithRequestId(RequestIdT &&value)
void SetAPNSChannelResponse(APNSChannelResponseT &&value)
AWS_PINPOINT_API UpdateApnsChannelResult()=default
AWS_PINPOINT_API UpdateApnsChannelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue