7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/pinpoint/Pinpoint_EXPORTS.h>
10#include <aws/pinpoint/model/APNSVoipChannelRequest.h>
36 template <
typename APNSVoipChannelRequestT = APNSVoipChannelRequest>
38 m_aPNSVoipChannelRequestHasBeenSet =
true;
39 m_aPNSVoipChannelRequest = std::forward<APNSVoipChannelRequestT>(value);
41 template <
typename APNSVoipChannelRequestT = APNSVoipChannelRequest>
55 template <
typename ApplicationIdT = Aws::String>
57 m_applicationIdHasBeenSet =
true;
58 m_applicationId = std::forward<ApplicationIdT>(value);
60 template <
typename ApplicationIdT = Aws::String>
68 bool m_aPNSVoipChannelRequestHasBeenSet =
false;
71 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