7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/pinpoint/model/APNSChannelRequest.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
40 template<
typename APNSChannelRequestT = APNSChannelRequest>
41 void SetAPNSChannelRequest(APNSChannelRequestT&& value) { m_aPNSChannelRequestHasBeenSet =
true; m_aPNSChannelRequest = std::forward<APNSChannelRequestT>(value); }
42 template<
typename APNSChannelRequestT = APNSChannelRequest>
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_aPNSChannelRequestHasBeenSet =
false;
64 bool m_applicationIdHasBeenSet =
false;
bool APNSChannelRequestHasBeenSet() const
UpdateApnsChannelRequest & WithAPNSChannelRequest(APNSChannelRequestT &&value)
AWS_PINPOINT_API Aws::String SerializePayload() const override
void SetApplicationId(ApplicationIdT &&value)
void SetAPNSChannelRequest(APNSChannelRequestT &&value)
virtual const char * GetServiceRequestName() const override
bool ApplicationIdHasBeenSet() const
const Aws::String & GetApplicationId() const
AWS_PINPOINT_API UpdateApnsChannelRequest()=default
UpdateApnsChannelRequest & WithApplicationId(ApplicationIdT &&value)
const APNSChannelRequest & GetAPNSChannelRequest() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String