module Stratosphere.QuickSight.Template.PivotTableVisualProperty (
        module Exports, PivotTableVisualProperty(..),
        mkPivotTableVisualProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.QuickSight.Template.PivotTableConditionalFormattingProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Template.PivotTableConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Template.VisualCustomActionProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Template.VisualSubtitleLabelOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Template.VisualTitleLabelOptionsProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data PivotTableVisualProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottablevisual.html>
    PivotTableVisualProperty {PivotTableVisualProperty -> ()
haddock_workaround_ :: (),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottablevisual.html#cfn-quicksight-template-pivottablevisual-actions>
                              PivotTableVisualProperty -> Maybe [VisualCustomActionProperty]
actions :: (Prelude.Maybe [VisualCustomActionProperty]),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottablevisual.html#cfn-quicksight-template-pivottablevisual-chartconfiguration>
                              PivotTableVisualProperty -> Maybe PivotTableConfigurationProperty
chartConfiguration :: (Prelude.Maybe PivotTableConfigurationProperty),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottablevisual.html#cfn-quicksight-template-pivottablevisual-conditionalformatting>
                              PivotTableVisualProperty
-> Maybe PivotTableConditionalFormattingProperty
conditionalFormatting :: (Prelude.Maybe PivotTableConditionalFormattingProperty),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottablevisual.html#cfn-quicksight-template-pivottablevisual-subtitle>
                              PivotTableVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
subtitle :: (Prelude.Maybe VisualSubtitleLabelOptionsProperty),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottablevisual.html#cfn-quicksight-template-pivottablevisual-title>
                              PivotTableVisualProperty -> Maybe VisualTitleLabelOptionsProperty
title :: (Prelude.Maybe VisualTitleLabelOptionsProperty),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottablevisual.html#cfn-quicksight-template-pivottablevisual-visualcontentalttext>
                              PivotTableVisualProperty -> Maybe (Value Text)
visualContentAltText :: (Prelude.Maybe (Value Prelude.Text)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottablevisual.html#cfn-quicksight-template-pivottablevisual-visualid>
                              PivotTableVisualProperty -> Value Text
visualId :: (Value Prelude.Text)}
  deriving stock (PivotTableVisualProperty -> PivotTableVisualProperty -> Bool
(PivotTableVisualProperty -> PivotTableVisualProperty -> Bool)
-> (PivotTableVisualProperty -> PivotTableVisualProperty -> Bool)
-> Eq PivotTableVisualProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: PivotTableVisualProperty -> PivotTableVisualProperty -> Bool
== :: PivotTableVisualProperty -> PivotTableVisualProperty -> Bool
$c/= :: PivotTableVisualProperty -> PivotTableVisualProperty -> Bool
/= :: PivotTableVisualProperty -> PivotTableVisualProperty -> Bool
Prelude.Eq, Int -> PivotTableVisualProperty -> ShowS
[PivotTableVisualProperty] -> ShowS
PivotTableVisualProperty -> String
(Int -> PivotTableVisualProperty -> ShowS)
-> (PivotTableVisualProperty -> String)
-> ([PivotTableVisualProperty] -> ShowS)
-> Show PivotTableVisualProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> PivotTableVisualProperty -> ShowS
showsPrec :: Int -> PivotTableVisualProperty -> ShowS
$cshow :: PivotTableVisualProperty -> String
show :: PivotTableVisualProperty -> String
$cshowList :: [PivotTableVisualProperty] -> ShowS
showList :: [PivotTableVisualProperty] -> ShowS
Prelude.Show)
mkPivotTableVisualProperty ::
  Value Prelude.Text -> PivotTableVisualProperty
mkPivotTableVisualProperty :: Value Text -> PivotTableVisualProperty
mkPivotTableVisualProperty Value Text
visualId
  = PivotTableVisualProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), visualId :: Value Text
visualId = Value Text
visualId,
       actions :: Maybe [VisualCustomActionProperty]
actions = Maybe [VisualCustomActionProperty]
forall a. Maybe a
Prelude.Nothing, chartConfiguration :: Maybe PivotTableConfigurationProperty
chartConfiguration = Maybe PivotTableConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
       conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
conditionalFormatting = Maybe PivotTableConditionalFormattingProperty
forall a. Maybe a
Prelude.Nothing,
       subtitle :: Maybe VisualSubtitleLabelOptionsProperty
subtitle = Maybe VisualSubtitleLabelOptionsProperty
forall a. Maybe a
Prelude.Nothing, title :: Maybe VisualTitleLabelOptionsProperty
title = Maybe VisualTitleLabelOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       visualContentAltText :: Maybe (Value Text)
visualContentAltText = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties PivotTableVisualProperty where
  toResourceProperties :: PivotTableVisualProperty -> ResourceProperties
toResourceProperties PivotTableVisualProperty {Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe PivotTableConditionalFormattingProperty
Maybe PivotTableConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: PivotTableVisualProperty -> ()
actions :: PivotTableVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: PivotTableVisualProperty -> Maybe PivotTableConfigurationProperty
conditionalFormatting :: PivotTableVisualProperty
-> Maybe PivotTableConditionalFormattingProperty
subtitle :: PivotTableVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: PivotTableVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: PivotTableVisualProperty -> Maybe (Value Text)
visualId :: PivotTableVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::QuickSight::Template.PivotTableVisual",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
                           [Key
"VisualId" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
visualId]
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [Key -> [VisualCustomActionProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Actions" ([VisualCustomActionProperty] -> (Key, Value))
-> Maybe [VisualCustomActionProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [VisualCustomActionProperty]
actions,
                               Key -> PivotTableConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ChartConfiguration" (PivotTableConfigurationProperty -> (Key, Value))
-> Maybe PivotTableConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe PivotTableConfigurationProperty
chartConfiguration,
                               Key -> PivotTableConditionalFormattingProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ConditionalFormatting"
                                 (PivotTableConditionalFormattingProperty -> (Key, Value))
-> Maybe PivotTableConditionalFormattingProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe PivotTableConditionalFormattingProperty
conditionalFormatting,
                               Key -> VisualSubtitleLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Subtitle" (VisualSubtitleLabelOptionsProperty -> (Key, Value))
-> Maybe VisualSubtitleLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualSubtitleLabelOptionsProperty
subtitle,
                               Key -> VisualTitleLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Title" (VisualTitleLabelOptionsProperty -> (Key, Value))
-> Maybe VisualTitleLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualTitleLabelOptionsProperty
title,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"VisualContentAltText"
                                 (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
visualContentAltText]))}
instance JSON.ToJSON PivotTableVisualProperty where
  toJSON :: PivotTableVisualProperty -> Value
toJSON PivotTableVisualProperty {Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe PivotTableConditionalFormattingProperty
Maybe PivotTableConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: PivotTableVisualProperty -> ()
actions :: PivotTableVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: PivotTableVisualProperty -> Maybe PivotTableConfigurationProperty
conditionalFormatting :: PivotTableVisualProperty
-> Maybe PivotTableConditionalFormattingProperty
subtitle :: PivotTableVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: PivotTableVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: PivotTableVisualProperty -> Maybe (Value Text)
visualId :: PivotTableVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
              [Key
"VisualId" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
visualId]
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [Key -> [VisualCustomActionProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Actions" ([VisualCustomActionProperty] -> (Key, Value))
-> Maybe [VisualCustomActionProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [VisualCustomActionProperty]
actions,
                  Key -> PivotTableConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ChartConfiguration" (PivotTableConfigurationProperty -> (Key, Value))
-> Maybe PivotTableConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe PivotTableConfigurationProperty
chartConfiguration,
                  Key -> PivotTableConditionalFormattingProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ConditionalFormatting"
                    (PivotTableConditionalFormattingProperty -> (Key, Value))
-> Maybe PivotTableConditionalFormattingProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe PivotTableConditionalFormattingProperty
conditionalFormatting,
                  Key -> VisualSubtitleLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Subtitle" (VisualSubtitleLabelOptionsProperty -> (Key, Value))
-> Maybe VisualSubtitleLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualSubtitleLabelOptionsProperty
subtitle,
                  Key -> VisualTitleLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Title" (VisualTitleLabelOptionsProperty -> (Key, Value))
-> Maybe VisualTitleLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualTitleLabelOptionsProperty
title,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"VisualContentAltText"
                    (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
visualContentAltText])))
instance Property "Actions" PivotTableVisualProperty where
  type PropertyType "Actions" PivotTableVisualProperty = [VisualCustomActionProperty]
  set :: PropertyType "Actions" PivotTableVisualProperty
-> PivotTableVisualProperty -> PivotTableVisualProperty
set PropertyType "Actions" PivotTableVisualProperty
newValue PivotTableVisualProperty {Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe PivotTableConditionalFormattingProperty
Maybe PivotTableConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: PivotTableVisualProperty -> ()
actions :: PivotTableVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: PivotTableVisualProperty -> Maybe PivotTableConfigurationProperty
conditionalFormatting :: PivotTableVisualProperty
-> Maybe PivotTableConditionalFormattingProperty
subtitle :: PivotTableVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: PivotTableVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: PivotTableVisualProperty -> Maybe (Value Text)
visualId :: PivotTableVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = PivotTableVisualProperty {actions :: Maybe [VisualCustomActionProperty]
actions = [VisualCustomActionProperty] -> Maybe [VisualCustomActionProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [VisualCustomActionProperty]
PropertyType "Actions" PivotTableVisualProperty
newValue, Maybe (Value Text)
Maybe PivotTableConditionalFormattingProperty
Maybe PivotTableConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "ChartConfiguration" PivotTableVisualProperty where
  type PropertyType "ChartConfiguration" PivotTableVisualProperty = PivotTableConfigurationProperty
  set :: PropertyType "ChartConfiguration" PivotTableVisualProperty
-> PivotTableVisualProperty -> PivotTableVisualProperty
set PropertyType "ChartConfiguration" PivotTableVisualProperty
newValue PivotTableVisualProperty {Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe PivotTableConditionalFormattingProperty
Maybe PivotTableConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: PivotTableVisualProperty -> ()
actions :: PivotTableVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: PivotTableVisualProperty -> Maybe PivotTableConfigurationProperty
conditionalFormatting :: PivotTableVisualProperty
-> Maybe PivotTableConditionalFormattingProperty
subtitle :: PivotTableVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: PivotTableVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: PivotTableVisualProperty -> Maybe (Value Text)
visualId :: PivotTableVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = PivotTableVisualProperty
        {chartConfiguration :: Maybe PivotTableConfigurationProperty
chartConfiguration = PivotTableConfigurationProperty
-> Maybe PivotTableConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ChartConfiguration" PivotTableVisualProperty
PivotTableConfigurationProperty
newValue, Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe PivotTableConditionalFormattingProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "ConditionalFormatting" PivotTableVisualProperty where
  type PropertyType "ConditionalFormatting" PivotTableVisualProperty = PivotTableConditionalFormattingProperty
  set :: PropertyType "ConditionalFormatting" PivotTableVisualProperty
-> PivotTableVisualProperty -> PivotTableVisualProperty
set PropertyType "ConditionalFormatting" PivotTableVisualProperty
newValue PivotTableVisualProperty {Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe PivotTableConditionalFormattingProperty
Maybe PivotTableConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: PivotTableVisualProperty -> ()
actions :: PivotTableVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: PivotTableVisualProperty -> Maybe PivotTableConfigurationProperty
conditionalFormatting :: PivotTableVisualProperty
-> Maybe PivotTableConditionalFormattingProperty
subtitle :: PivotTableVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: PivotTableVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: PivotTableVisualProperty -> Maybe (Value Text)
visualId :: PivotTableVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = PivotTableVisualProperty
        {conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
conditionalFormatting = PivotTableConditionalFormattingProperty
-> Maybe PivotTableConditionalFormattingProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ConditionalFormatting" PivotTableVisualProperty
PivotTableConditionalFormattingProperty
newValue, Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe PivotTableConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "Subtitle" PivotTableVisualProperty where
  type PropertyType "Subtitle" PivotTableVisualProperty = VisualSubtitleLabelOptionsProperty
  set :: PropertyType "Subtitle" PivotTableVisualProperty
-> PivotTableVisualProperty -> PivotTableVisualProperty
set PropertyType "Subtitle" PivotTableVisualProperty
newValue PivotTableVisualProperty {Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe PivotTableConditionalFormattingProperty
Maybe PivotTableConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: PivotTableVisualProperty -> ()
actions :: PivotTableVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: PivotTableVisualProperty -> Maybe PivotTableConfigurationProperty
conditionalFormatting :: PivotTableVisualProperty
-> Maybe PivotTableConditionalFormattingProperty
subtitle :: PivotTableVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: PivotTableVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: PivotTableVisualProperty -> Maybe (Value Text)
visualId :: PivotTableVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = PivotTableVisualProperty {subtitle :: Maybe VisualSubtitleLabelOptionsProperty
subtitle = VisualSubtitleLabelOptionsProperty
-> Maybe VisualSubtitleLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Subtitle" PivotTableVisualProperty
VisualSubtitleLabelOptionsProperty
newValue, Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe PivotTableConditionalFormattingProperty
Maybe PivotTableConfigurationProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "Title" PivotTableVisualProperty where
  type PropertyType "Title" PivotTableVisualProperty = VisualTitleLabelOptionsProperty
  set :: PropertyType "Title" PivotTableVisualProperty
-> PivotTableVisualProperty -> PivotTableVisualProperty
set PropertyType "Title" PivotTableVisualProperty
newValue PivotTableVisualProperty {Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe PivotTableConditionalFormattingProperty
Maybe PivotTableConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: PivotTableVisualProperty -> ()
actions :: PivotTableVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: PivotTableVisualProperty -> Maybe PivotTableConfigurationProperty
conditionalFormatting :: PivotTableVisualProperty
-> Maybe PivotTableConditionalFormattingProperty
subtitle :: PivotTableVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: PivotTableVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: PivotTableVisualProperty -> Maybe (Value Text)
visualId :: PivotTableVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = PivotTableVisualProperty {title :: Maybe VisualTitleLabelOptionsProperty
title = VisualTitleLabelOptionsProperty
-> Maybe VisualTitleLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Title" PivotTableVisualProperty
VisualTitleLabelOptionsProperty
newValue, Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe PivotTableConditionalFormattingProperty
Maybe PivotTableConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
instance Property "VisualContentAltText" PivotTableVisualProperty where
  type PropertyType "VisualContentAltText" PivotTableVisualProperty = Value Prelude.Text
  set :: PropertyType "VisualContentAltText" PivotTableVisualProperty
-> PivotTableVisualProperty -> PivotTableVisualProperty
set PropertyType "VisualContentAltText" PivotTableVisualProperty
newValue PivotTableVisualProperty {Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe PivotTableConditionalFormattingProperty
Maybe PivotTableConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: PivotTableVisualProperty -> ()
actions :: PivotTableVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: PivotTableVisualProperty -> Maybe PivotTableConfigurationProperty
conditionalFormatting :: PivotTableVisualProperty
-> Maybe PivotTableConditionalFormattingProperty
subtitle :: PivotTableVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: PivotTableVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: PivotTableVisualProperty -> Maybe (Value Text)
visualId :: PivotTableVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = PivotTableVisualProperty
        {visualContentAltText :: Maybe (Value Text)
visualContentAltText = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "VisualContentAltText" PivotTableVisualProperty
Value Text
newValue, Maybe [VisualCustomActionProperty]
Maybe PivotTableConditionalFormattingProperty
Maybe PivotTableConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualId :: Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualId :: Value Text
..}
instance Property "VisualId" PivotTableVisualProperty where
  type PropertyType "VisualId" PivotTableVisualProperty = Value Prelude.Text
  set :: PropertyType "VisualId" PivotTableVisualProperty
-> PivotTableVisualProperty -> PivotTableVisualProperty
set PropertyType "VisualId" PivotTableVisualProperty
newValue PivotTableVisualProperty {Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe PivotTableConditionalFormattingProperty
Maybe PivotTableConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
Value Text
haddock_workaround_ :: PivotTableVisualProperty -> ()
actions :: PivotTableVisualProperty -> Maybe [VisualCustomActionProperty]
chartConfiguration :: PivotTableVisualProperty -> Maybe PivotTableConfigurationProperty
conditionalFormatting :: PivotTableVisualProperty
-> Maybe PivotTableConditionalFormattingProperty
subtitle :: PivotTableVisualProperty
-> Maybe VisualSubtitleLabelOptionsProperty
title :: PivotTableVisualProperty -> Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: PivotTableVisualProperty -> Maybe (Value Text)
visualId :: PivotTableVisualProperty -> Value Text
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
visualId :: Value Text
..}
    = PivotTableVisualProperty {visualId :: Value Text
visualId = PropertyType "VisualId" PivotTableVisualProperty
Value Text
newValue, Maybe [VisualCustomActionProperty]
Maybe (Value Text)
Maybe PivotTableConditionalFormattingProperty
Maybe PivotTableConfigurationProperty
Maybe VisualSubtitleLabelOptionsProperty
Maybe VisualTitleLabelOptionsProperty
()
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [VisualCustomActionProperty]
chartConfiguration :: Maybe PivotTableConfigurationProperty
conditionalFormatting :: Maybe PivotTableConditionalFormattingProperty
subtitle :: Maybe VisualSubtitleLabelOptionsProperty
title :: Maybe VisualTitleLabelOptionsProperty
visualContentAltText :: Maybe (Value Text)
..}