toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case DeliveryStreamType.directPut:
      return 'DirectPut';
    case DeliveryStreamType.kinesisStreamAsSource:
      return 'KinesisStreamAsSource';
  }
}