7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/PinpointRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename ApplicationIdT = Aws::String>
43 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
44 template<
typename ApplicationIdT = Aws::String>
54 template<
typename JourneyIdT = Aws::String>
55 void SetJourneyId(JourneyIdT&& value) { m_journeyIdHasBeenSet =
true; m_journeyId = std::forward<JourneyIdT>(value); }
56 template<
typename JourneyIdT = Aws::String>
62 bool m_applicationIdHasBeenSet =
false;
65 bool m_journeyIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool JourneyIdHasBeenSet() const
DeleteJourneyRequest & WithApplicationId(ApplicationIdT &&value)
DeleteJourneyRequest & WithJourneyId(JourneyIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
bool ApplicationIdHasBeenSet() const
void SetJourneyId(JourneyIdT &&value)
const Aws::String & GetJourneyId() const
AWS_PINPOINT_API Aws::String SerializePayload() const override
AWS_PINPOINT_API DeleteJourneyRequest()=default
const Aws::String & GetApplicationId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String