7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/pinpoint/Pinpoint_EXPORTS.h>
10#include <aws/pinpoint/model/__EndpointTypesElement.h>
50 template <
typename DeliveryUriT = Aws::String>
52 m_deliveryUriHasBeenSet =
true;
53 m_deliveryUri = std::forward<DeliveryUriT>(value);
55 template <
typename DeliveryUriT = Aws::String>
70 template <
typename Endpo
intTypesT = Aws::Vector<__Endpo
intTypesElement>>
72 m_endpointTypesHasBeenSet =
true;
73 m_endpointTypes = std::forward<EndpointTypesT>(value);
75 template <
typename Endpo
intTypesT = Aws::Vector<__Endpo
intTypesElement>>
81 m_endpointTypesHasBeenSet =
true;
82 m_endpointTypes.push_back(value);
88 bool m_deliveryUriHasBeenSet =
false;
91 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