7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/pinpoint/model/APNSSandboxChannelRequest.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
40 template<
typename APNSSandboxChannelRequestT = APNSSandboxChannelRequest>
41 void SetAPNSSandboxChannelRequest(APNSSandboxChannelRequestT&& value) { m_aPNSSandboxChannelRequestHasBeenSet =
true; m_aPNSSandboxChannelRequest = std::forward<APNSSandboxChannelRequestT>(value); }
42 template<
typename APNSSandboxChannelRequestT = APNSSandboxChannelRequest>
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_aPNSSandboxChannelRequestHasBeenSet =
false;
64 bool m_applicationIdHasBeenSet =
false;
const APNSSandboxChannelRequest & GetAPNSSandboxChannelRequest() const
bool ApplicationIdHasBeenSet() const
void SetAPNSSandboxChannelRequest(APNSSandboxChannelRequestT &&value)
UpdateApnsSandboxChannelRequest & WithApplicationId(ApplicationIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetApplicationId(ApplicationIdT &&value)
const Aws::String & GetApplicationId() const
AWS_PINPOINT_API Aws::String SerializePayload() const override
bool APNSSandboxChannelRequestHasBeenSet() const
AWS_PINPOINT_API UpdateApnsSandboxChannelRequest()=default
UpdateApnsSandboxChannelRequest & WithAPNSSandboxChannelRequest(APNSSandboxChannelRequestT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String