7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/pinpoint/model/APNSVoipChannelRequest.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
40 template<
typename APNSVoipChannelRequestT = APNSVoipChannelRequest>
41 void SetAPNSVoipChannelRequest(APNSVoipChannelRequestT&& value) { m_aPNSVoipChannelRequestHasBeenSet =
true; m_aPNSVoipChannelRequest = std::forward<APNSVoipChannelRequestT>(value); }
42 template<
typename APNSVoipChannelRequestT = APNSVoipChannelRequest>
53 template<
typename ApplicationIdT = Aws::String>
54 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
55 template<
typename ApplicationIdT = Aws::String>
61 bool m_aPNSVoipChannelRequestHasBeenSet =
false;
64 bool m_applicationIdHasBeenSet =
false;
const Aws::String & GetApplicationId() const
UpdateApnsVoipChannelRequest & WithAPNSVoipChannelRequest(APNSVoipChannelRequestT &&value)
const APNSVoipChannelRequest & GetAPNSVoipChannelRequest() const
virtual const char * GetServiceRequestName() const override
void SetApplicationId(ApplicationIdT &&value)
AWS_PINPOINT_API Aws::String SerializePayload() const override
UpdateApnsVoipChannelRequest & WithApplicationId(ApplicationIdT &&value)
bool APNSVoipChannelRequestHasBeenSet() const
void SetAPNSVoipChannelRequest(APNSVoipChannelRequestT &&value)
bool ApplicationIdHasBeenSet() const
AWS_PINPOINT_API UpdateApnsVoipChannelRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String