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>
58 inline void SetDeliveryUri(
const char* value) { m_deliveryUriHasBeenSet =
true; m_deliveryUri.assign(value); }
82 bool m_deliveryUriHasBeenSet =
false;
85 bool m_endpointTypesHasBeenSet =
false;
CustomDeliveryConfiguration & WithDeliveryUri(const char *value)
AWS_PINPOINT_API CustomDeliveryConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDeliveryUri() const
void SetDeliveryUri(const Aws::String &value)
bool EndpointTypesHasBeenSet() const
void SetDeliveryUri(Aws::String &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
CustomDeliveryConfiguration & WithEndpointTypes(Aws::Vector< __EndpointTypesElement > &&value)
bool DeliveryUriHasBeenSet() const
CustomDeliveryConfiguration & WithDeliveryUri(const Aws::String &value)
CustomDeliveryConfiguration & AddEndpointTypes(const __EndpointTypesElement &value)
void SetEndpointTypes(const Aws::Vector< __EndpointTypesElement > &value)
AWS_PINPOINT_API CustomDeliveryConfiguration(Aws::Utils::Json::JsonView jsonValue)
CustomDeliveryConfiguration & AddEndpointTypes(__EndpointTypesElement &&value)
void SetEndpointTypes(Aws::Vector< __EndpointTypesElement > &&value)
CustomDeliveryConfiguration & WithDeliveryUri(Aws::String &&value)
AWS_PINPOINT_API CustomDeliveryConfiguration()
CustomDeliveryConfiguration & WithEndpointTypes(const Aws::Vector< __EndpointTypesElement > &value)
void SetDeliveryUri(const char *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