7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pinpoint/model/GCMChannelRequest.h>
43 template<
typename ApplicationIdT = Aws::String>
44 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
45 template<
typename ApplicationIdT = Aws::String>
53 template<
typename GCMChannelRequestT = GCMChannelRequest>
54 void SetGCMChannelRequest(GCMChannelRequestT&& value) { m_gCMChannelRequestHasBeenSet =
true; m_gCMChannelRequest = std::forward<GCMChannelRequestT>(value); }
55 template<
typename GCMChannelRequestT = GCMChannelRequest>
61 bool m_applicationIdHasBeenSet =
false;
64 bool m_gCMChannelRequestHasBeenSet =
false;
AWS_PINPOINT_API Aws::String SerializePayload() const override
void SetApplicationId(ApplicationIdT &&value)
UpdateGcmChannelRequest & WithApplicationId(ApplicationIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_PINPOINT_API UpdateGcmChannelRequest()=default
const GCMChannelRequest & GetGCMChannelRequest() const
void SetGCMChannelRequest(GCMChannelRequestT &&value)
bool GCMChannelRequestHasBeenSet() const
bool ApplicationIdHasBeenSet() const
UpdateGcmChannelRequest & WithGCMChannelRequest(GCMChannelRequestT &&value)
const Aws::String & GetApplicationId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String