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/APNSChannelRequest.h>
36 template <
typename APNSChannelRequestT = APNSChannelRequest>
38 m_aPNSChannelRequestHasBeenSet =
true;
39 m_aPNSChannelRequest = std::forward<APNSChannelRequestT>(value);
41 template <
typename APNSChannelRequestT = APNSChannelRequest>
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_aPNSChannelRequestHasBeenSet =
false;
71 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