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/APNSSandboxChannelRequest.h>
36 template <
typename APNSSandboxChannelRequestT = APNSSandboxChannelRequest>
38 m_aPNSSandboxChannelRequestHasBeenSet =
true;
39 m_aPNSSandboxChannelRequest = std::forward<APNSSandboxChannelRequestT>(value);
41 template <
typename APNSSandboxChannelRequestT = APNSSandboxChannelRequest>
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_aPNSSandboxChannelRequestHasBeenSet =
false;
71 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