7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
9#include <aws/pinpoint/model/APNSVoipChannelResponse.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
33 template <
typename APNSVoipChannelResponseT = APNSVoipChannelResponse>
35 m_aPNSVoipChannelResponseHasBeenSet =
true;
36 m_aPNSVoipChannelResponse = std::forward<APNSVoipChannelResponseT>(value);
38 template <
typename APNSVoipChannelResponseT = APNSVoipChannelResponse>
48 template <
typename RequestIdT = Aws::String>
50 m_requestIdHasBeenSet =
true;
51 m_requestId = std::forward<RequestIdT>(value);
53 template <
typename RequestIdT = Aws::String>
61 bool m_aPNSVoipChannelResponseHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
DeleteApnsVoipChannelResult & WithRequestId(RequestIdT &&value)
const APNSVoipChannelResponse & GetAPNSVoipChannelResponse() const
AWS_PINPOINT_API DeleteApnsVoipChannelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PINPOINT_API DeleteApnsVoipChannelResult()=default
const Aws::String & GetRequestId() const
DeleteApnsVoipChannelResult & WithAPNSVoipChannelResponse(APNSVoipChannelResponseT &&value)
void SetAPNSVoipChannelResponse(APNSVoipChannelResponseT &&value)
void SetRequestId(RequestIdT &&value)
AWS_PINPOINT_API DeleteApnsVoipChannelResult & operator=(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