7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace PinpointEmail
51 inline void SetGlobal(
bool value) { m_globalHasBeenSet =
true; m_global = value; }
62 template<
typename TrackedIspsT = Aws::Vector<Aws::String>>
63 void SetTrackedIsps(TrackedIspsT&& value) { m_trackedIspsHasBeenSet =
true; m_trackedIsps = std::forward<TrackedIspsT>(value); }
64 template<
typename TrackedIspsT = Aws::Vector<Aws::String>>
66 template<
typename TrackedIspsT = Aws::String>
72 bool m_globalHasBeenSet =
false;
75 bool m_trackedIspsHasBeenSet =
false;
AWS_PINPOINTEMAIL_API InboxPlacementTrackingOption()=default
InboxPlacementTrackingOption & WithTrackedIsps(TrackedIspsT &&value)
InboxPlacementTrackingOption & AddTrackedIsps(TrackedIspsT &&value)
AWS_PINPOINTEMAIL_API InboxPlacementTrackingOption & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTrackedIsps(TrackedIspsT &&value)
bool TrackedIspsHasBeenSet() const
InboxPlacementTrackingOption & WithGlobal(bool value)
AWS_PINPOINTEMAIL_API InboxPlacementTrackingOption(Aws::Utils::Json::JsonView jsonValue)
bool GlobalHasBeenSet() const
AWS_PINPOINTEMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetTrackedIsps() const
void SetGlobal(bool value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue