factory CreatePipelineResponse.fromJson(Map<String, dynamic> json) { return CreatePipelineResponse( pipelineArn: json['PipelineArn'] as String?, ); }