7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/pinpoint/model/APNSVoipSandboxChannelRequest.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
40 template<
typename APNSVoipSandboxChannelRequestT = APNSVoipSandboxChannelRequest>
41 void SetAPNSVoipSandboxChannelRequest(APNSVoipSandboxChannelRequestT&& value) { m_aPNSVoipSandboxChannelRequestHasBeenSet =
true; m_aPNSVoipSandboxChannelRequest = std::forward<APNSVoipSandboxChannelRequestT>(value); }
42 template<
typename APNSVoipSandboxChannelRequestT = APNSVoipSandboxChannelRequest>
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_aPNSVoipSandboxChannelRequestHasBeenSet =
false;
64 bool m_applicationIdHasBeenSet =
false;
UpdateApnsVoipSandboxChannelRequest & WithAPNSVoipSandboxChannelRequest(APNSVoipSandboxChannelRequestT &&value)
UpdateApnsVoipSandboxChannelRequest & WithApplicationId(ApplicationIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
void SetAPNSVoipSandboxChannelRequest(APNSVoipSandboxChannelRequestT &&value)
bool APNSVoipSandboxChannelRequestHasBeenSet() const
AWS_PINPOINT_API Aws::String SerializePayload() const override
bool ApplicationIdHasBeenSet() const
AWS_PINPOINT_API UpdateApnsVoipSandboxChannelRequest()=default
const APNSVoipSandboxChannelRequest & GetAPNSVoipSandboxChannelRequest() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetApplicationId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String