Home
last modified time | relevance | path

Searched refs:m_customDeliveryConfiguration (Results 1 – 8 of 8) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-pinpoint/include/aws/pinpoint/model/
H A DWriteTreatmentResource.h51 …iveryConfiguration& GetCustomDeliveryConfiguration() const{ return m_customDeliveryConfiguration; } in GetCustomDeliveryConfiguration()
65 …ion& value) { m_customDeliveryConfigurationHasBeenSet = true; m_customDeliveryConfiguration = valu… in SetCustomDeliveryConfiguration()
72 …on&& value) { m_customDeliveryConfigurationHasBeenSet = true; m_customDeliveryConfiguration = std:… in SetCustomDeliveryConfiguration()
290 CustomDeliveryConfiguration m_customDeliveryConfiguration;
H A DTreatmentResource.h52 …iveryConfiguration& GetCustomDeliveryConfiguration() const{ return m_customDeliveryConfiguration; } in GetCustomDeliveryConfiguration()
66 …ion& value) { m_customDeliveryConfigurationHasBeenSet = true; m_customDeliveryConfiguration = valu… in SetCustomDeliveryConfiguration()
73 …on&& value) { m_customDeliveryConfigurationHasBeenSet = true; m_customDeliveryConfiguration = std:… in SetCustomDeliveryConfiguration()
363 CustomDeliveryConfiguration m_customDeliveryConfiguration;
H A DWriteCampaignRequest.h104 …iveryConfiguration& GetCustomDeliveryConfiguration() const{ return m_customDeliveryConfiguration; } in GetCustomDeliveryConfiguration()
118 …ion& value) { m_customDeliveryConfigurationHasBeenSet = true; m_customDeliveryConfiguration = valu… in SetCustomDeliveryConfiguration()
125 …on&& value) { m_customDeliveryConfigurationHasBeenSet = true; m_customDeliveryConfiguration = std:… in SetCustomDeliveryConfiguration()
726 CustomDeliveryConfiguration m_customDeliveryConfiguration; variable
H A DCampaignResponse.h227 …iveryConfiguration& GetCustomDeliveryConfiguration() const{ return m_customDeliveryConfiguration; } in GetCustomDeliveryConfiguration()
239 …ion& value) { m_customDeliveryConfigurationHasBeenSet = true; m_customDeliveryConfiguration = valu… in SetCustomDeliveryConfiguration()
245 …on&& value) { m_customDeliveryConfigurationHasBeenSet = true; m_customDeliveryConfiguration = std:… in SetCustomDeliveryConfiguration()
1032 CustomDeliveryConfiguration m_customDeliveryConfiguration; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-pinpoint/source/model/
H A DWriteTreatmentResource.cpp50 m_customDeliveryConfiguration = jsonValue.GetObject("CustomDeliveryConfiguration"); in operator =()
106 payload.WithObject("CustomDeliveryConfiguration", m_customDeliveryConfiguration.Jsonize()); in Jsonize()
H A DTreatmentResource.cpp54 m_customDeliveryConfiguration = jsonValue.GetObject("CustomDeliveryConfiguration"); in operator =()
124 payload.WithObject("CustomDeliveryConfiguration", m_customDeliveryConfiguration.Jsonize()); in Jsonize()
H A DWriteCampaignRequest.cpp86 m_customDeliveryConfiguration = jsonValue.GetObject("CustomDeliveryConfiguration"); in operator =()
219 payload.WithObject("CustomDeliveryConfiguration", m_customDeliveryConfiguration.Jsonize()); in Jsonize()
H A DCampaignResponse.cpp125 m_customDeliveryConfiguration = jsonValue.GetObject("CustomDeliveryConfiguration"); in operator =()
311 payload.WithObject("CustomDeliveryConfiguration", m_customDeliveryConfiguration.Jsonize()); in Jsonize()