7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/pinpoint/model/__EndpointTypesElement.h>
56 template<
typename DeliveryUriT = Aws::String>
57 void SetDeliveryUri(DeliveryUriT&& value) { m_deliveryUriHasBeenSet =
true; m_deliveryUri = std::forward<DeliveryUriT>(value); }
58 template<
typename DeliveryUriT = Aws::String>
70 template<
typename Endpo
intTypesT = Aws::Vector<__Endpo
intTypesElement>>
71 void SetEndpointTypes(EndpointTypesT&& value) { m_endpointTypesHasBeenSet =
true; m_endpointTypes = std::forward<EndpointTypesT>(value); }
72 template<
typename Endpo
intTypesT = Aws::Vector<__Endpo
intTypesElement>>
79 bool m_deliveryUriHasBeenSet =
false;
82 bool m_endpointTypesHasBeenSet =
false;
void SetEndpointTypes(EndpointTypesT &&value)
AWS_PINPOINT_API CustomDeliveryConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API CustomDeliveryConfiguration()=default
const Aws::String & GetDeliveryUri() const
bool EndpointTypesHasBeenSet() const
void SetDeliveryUri(DeliveryUriT &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
bool DeliveryUriHasBeenSet() const
AWS_PINPOINT_API CustomDeliveryConfiguration(Aws::Utils::Json::JsonView jsonValue)
CustomDeliveryConfiguration & WithDeliveryUri(DeliveryUriT &&value)
CustomDeliveryConfiguration & AddEndpointTypes(__EndpointTypesElement value)
CustomDeliveryConfiguration & WithEndpointTypes(EndpointTypesT &&value)
const Aws::Vector< __EndpointTypesElement > & GetEndpointTypes() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue