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